Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bramus/parcel-css-demo
https://github.com/bramus/parcel-css-demo
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bramus/parcel-css-demo
- Owner: bramus
- License: mit
- Created: 2022-01-15T23:45:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-16T17:18:35.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T07:42:36.727Z (about 2 months ago)
- Language: JavaScript
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# parcel-css-demo
Demo script that uses [Parcel CSS](https://github.com/parcel-bundler/parcel-css) to compile a CSS file.
## How to build
To build the `src/styles.css`, run `npm run build` or `node build.js`.
The generated output (stylesheet + sourcemap) will be stored in the `build` folder.
## License
This project is released under the MIT public license. See the enclosed `LICENSE` for details.