Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francoisromain/system.css
A minimal CSS boilerplate
https://github.com/francoisromain/system.css
css grid-system postcss typescale
Last synced: about 8 hours ago
JSON representation
A minimal CSS boilerplate
- Host: GitHub
- URL: https://github.com/francoisromain/system.css
- Owner: francoisromain
- Created: 2017-09-14T22:15:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:14:28.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T17:29:20.356Z (17 days ago)
- Topics: css, grid-system, postcss, typescale
- Language: CSS
- Homepage: https://francoisromain.github.io/system.css/
- Size: 809 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# system.css
[francoisromain.github.io/system.css/](http://francoisromain.github.io/system.css)
#### A minimal CSS boilerplate
System.css consists of a css utility library and a few postcss plugins.
- [postcss-preset-env](https://preset-env.cssdb.org/)
- [postcss-typescale](http://francoisromain.github.io/postcss-typescale)
- [postcss-button](http://francoisromain.github.io/postcss-button)
- [postcss-grid-system](http://francoisromain.github.io/postcss-grid-system)
- [postcss-grid-fluid](http://francoisromain.github.io/postcss-grid-fluid)---
## Installation
#### Clone this repo
$ git clone https://github.com/francoisromain/system.css.git
#### Install dependencies
$ npm install
---
## Usage
#### Compile CSS
$ npm run build
#### Watch, compile and livereload
$ npm dev
#### Lint
$ npm test
---
## Content
See [francoisromain.github.io/system.css/](http://francoisromain.github.io/system.css).