Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mvsde/postcss-cascade-layers

Minimal test case for PostCSS and Cascade Layers.
https://github.com/mvsde/postcss-cascade-layers

Last synced: 30 days ago
JSON representation

Minimal test case for PostCSS and Cascade Layers.

Awesome Lists containing this project

README

        

# PostCSS + Cascade Layers

Install dependencies:

```sh
npm install
```

Process CSS files with PostCSS (outputs to `dist/main.css`):

```sh
npm run postcss
```