Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jerryjappinen/layers-css
A lightweight, unobtrusive and style-agnostic, CSS framework aimed for practical use cases. Comes with a small footprint and zero bullshit.
https://github.com/jerryjappinen/layers-css
Last synced: 1 day ago
JSON representation
A lightweight, unobtrusive and style-agnostic, CSS framework aimed for practical use cases. Comes with a small footprint and zero bullshit.
- Host: GitHub
- URL: https://github.com/jerryjappinen/layers-css
- Owner: jerryjappinen
- License: mit
- Created: 2015-02-09T09:01:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T11:40:08.000Z (about 2 years ago)
- Last Synced: 2024-07-31T18:19:47.988Z (6 months ago)
- Language: CSS
- Homepage: https://layers-css.vercel.app
- Size: 3.51 MB
- Stars: 277
- Watchers: 9
- Forks: 28
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
# Layers CSS 1.2.0
Minimum-interference collection of common-sense default styles.
- Reference docs at [layers-css.vercel.app](https://layers-css.vercel.app)
- GitHub project at [https://github.com/jerryjappinen/layers-css](https://github.com/jerryjappinen/layers-css)
- Released under the MIT license
- Authored by [@jerryjappinen](https://github.com/jerryjappinen/)## Get started using Layers CSS
To get it all, use the single-file compilation:
```html
```
You can also pick and choose what you want (in alphabetical order):
```html
...
```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:
```html
```
Individual files are also available under `source/`.
You'll want to build the responsive part with your own break points at [jerryjappinen.com/layers/](http://labs.jerryjappinen.com/layers/) and add more complex degradation behavior, this is just a start.
## How to contribute
Email, tweet and fork freely!