Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).