Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.

Latest commit

 

History

History

ultra-blue

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

InvisCSS theme - ultra-blue

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-ultra-blue

And then include the css and js in your project:

<link rel="stylesheet" href="node_modules/inviscss-ultra-blue/css/inviscss-ultra-blue.min.css" media="all" type="text/css" />
<script src="node_modules/inviscss-ultra-blue/js/inviscss.min.js" type="text/javascript"></script>

Installation - CDN

You can use the NPM CDN (unpkg.com) directly, without any installation whatsoever:

<link rel="stylesheet" href="https://unpkg.com/inviscss-ultra-blue/css/inviscss-ultra-blue.min.css" media="all" type="text/css" />
<script src="https://unpkg.com/inviscss-ultra-blue" type="text/javascript"></script>

Installation - Download

Rather than using npm, or it's CDN, you can download the latest inviscss-ultra-blue-xxx.zip from github.com/cmroanirgo/inviscss.

Then include the css and js directly into your project:

<link rel="stylesheet" href="css/inviscss-ultra-blue.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.