Sass-based CSS framework.
Used in:
$ npm install shila-css
The basic idea is to import shila-css Sass partials from node_modules
into
your own project. shila-css is split into partials so you can only import those
parts of the framework you actually want to use.
The files containing the word example
can be used as a template, and you can
copy them to your project.
If your project has more than one master Sass file (compiled to a corresponding
CSS file) all of them can safely import all shila-css settings
and tools
partials, which do not generate any CSS. These global imports can be put into a
separate _imports.scss
file, as has been done in the example
files.
The source code contains documentation in KSS
syntax. Generated HTML documentation can be found in the docs
folder and
online.
shila-css has been influenced by several projects, including inuitcss, Bourbon, Bitters and Compass.