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
- Host: GitHub
- URL: https://github.com/kumarharsh/postcss-value-replace-test
- Owner: kumarharsh
- Created: 2016-11-25T09:17:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T09:18:13.000Z (over 9 years ago)
- Last Synced: 2025-08-11T16:13:02.432Z (11 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"`.