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

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

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

Last synced: 8 months 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
```