inviscss-strappy
v1.6.6
Published
strappy - an InvisCSS theme
Downloads
2
Maintainers
Readme
InvisCSS theme - strappy
This theme is a specialisation of the generic css framework: InvisCSS.
Theme demos are available here.
Installation - NPM
You can install this theme from npm using:
npm install inviscss-strappy
And then include the css and js in your project:
<link rel="stylesheet" href="node_modules/inviscss-strappy/css/inviscss-strappy.min.css" media="all" type="text/css" />
<script src="node_modules/inviscss-strappy/js/inviscss.min.js" type="text/javascript"></script>
Installation - Download
And then include the css and js in your project:
<link rel="stylesheet" href="css/inviscss-strappy.min.css" media="all" type="text/css" />
<script src="js/inviscss.min.js" type="text/javascript"></script>
Building LESS
Both installation versions also include the original .less source files, if you wish to build/ integrate with other systems. You will need to run npm install
in order to bring in the base InvisCSS project (and its dependencies), but this is not needed if using the provided css and js (and font) files.