1.6.6 • Published 7 years ago

inviscss-office-red v1.6.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

InvisCSS theme - office-red

This theme is a specialisation of the generic css framework: InvisCSS.

Theme demos are available here.

Theme Preview

Installation - NPM

You can install this theme from npm using:

npm install inviscss-office-red

And then include the css and js in your project:

<link rel="stylesheet" href="node_modules/inviscss-office-red/css/inviscss-office-red.min.css" media="all" type="text/css" />
<script src="node_modules/inviscss-office-red/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-office-red.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.