https://github.com/aholachek/basic-postcss-setup
A simple npm scripts-powered set up for experimenting with Shoelace.css and postcss in general
https://github.com/aholachek/basic-postcss-setup
postcss shoelacecss starter-template
Last synced: 10 days ago
JSON representation
A simple npm scripts-powered set up for experimenting with Shoelace.css and postcss in general
- Host: GitHub
- URL: https://github.com/aholachek/basic-postcss-setup
- Owner: aholachek
- Created: 2017-08-17T14:52:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-17T14:53:11.000Z (almost 9 years ago)
- Last Synced: 2025-02-23T16:13:28.589Z (over 1 year ago)
- Topics: postcss, shoelacecss, starter-template
- Language: HTML
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Why
I couldn't find a basic, easy postcss set up for experimentation with the [Shoelace framework](https://github.com/claviska/shoelace-css), so here's my attempt.
## To get it working
1. `npm install`
2. `npm run process-css`
3. You can check out index.html to make sure that the css compiled correctly.