A minimum-interference collection of common-sense default styles.
- Reference docs at eiskis.net/layers
- GitHub project at https://github.com/Eiskis/layers-css
- Released under the MIT license
- Authored by Jerry Jäppinen
To get it all, use the single-file compilation:
<link rel="stylesheet" href="release/layers.min.css">
You can also pick and choose what you want (in alphabetical order):
<link rel="stylesheet" href="source/layers/_normalize.css">
<link rel="stylesheet" href="source/layers/forms.css">
<link rel="stylesheet" href="source/layers/grid.css">
...
If you use an autoloader (e.g. asset pipeline in Rails), you can just include the whole source directory.
All responsive adjustments are included in separate from the main release:
<link rel="stylesheet" href="release/responsive.min.css">
Individual files are also available under source/
.
You'll want to build the responsive part with your own break points at eiskis.net/layers and add more complex degradation behavior, this is just a start.
Email, tweet and fork freely!