Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bramus/parcel-css-demo


https://github.com/bramus/parcel-css-demo

Last synced: 3 days ago
JSON representation

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.