Installing Wisp CSS
Wisp can be used as a complete framework, assembled from individual modules, or imported into your own build.
Full Bundle
Include the bundle that contains everything.
<link rel="stylesheet" href="bundle.min.css">
Individual Modules
Include preflight.css and any modules you wish to use.
<link rel="stylesheet" href="preflight.min.css">
<link rel="stylesheet" href="o-grid.min.css">
<link rel="stylesheet" href="o-cluster.min.css">
Custom Build
Import preflight.css and the modules into your project.
@import "preflight.min.css";
@import "o-grid.min.css";
@import "o-cluster.min.css";