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

https://github.com/kumarharsh/postcss-value-replace-test

test repo for postcss-module-value-replace
https://github.com/kumarharsh/postcss-value-replace-test

Last synced: 10 months ago
JSON representation

test repo for postcss-module-value-replace

Awesome Lists containing this project

README

          

How to Setup

Run `npm install`. After installing, start the server at port 4000 using `npm start`. And then, run `npm watch` to do changes. Open your browser at https://localhost:4000 to see the app.

The CSS module demo code is in the `app/` folder.
This project also has webpack's `resolve.moduleDirectories` set as `"shared"`.