Ecosyste.ms: Awesome
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: 30 days ago
JSON representation
Minimal test case for PostCSS and Cascade Layers.
- Host: GitHub
- URL: https://github.com/mvsde/postcss-cascade-layers
- Owner: mvsde
- Created: 2022-06-26T14:13:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-07T05:48:34.000Z (about 1 year ago)
- Last Synced: 2023-10-07T06:28:34.009Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```