Skip to content

Klaudit/layers-css

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Layers CSS 1.2.0

A minimum-interference collection of common-sense default styles.

Get started using Layers

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.

Responsive adjustments

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.

How to contribute

Email, tweet and fork freely!

About

A lightweight, unobtrusive and style-agnostic, CSS framework aimed for practical use cases. Comes with a small footprint and zero bullshit.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 46.3%
  • HTML 41.3%
  • PHP 9.3%
  • JavaScript 2.9%
  • ApacheConf 0.2%