https://github.com/kailoon/postcss-starter
Postcss starter is a starter kit for any project using postcss.
https://github.com/kailoon/postcss-starter
css nodejs pnpm postcss starter
Last synced: 2 months ago
JSON representation
Postcss starter is a starter kit for any project using postcss.
- Host: GitHub
- URL: https://github.com/kailoon/postcss-starter
- Owner: kailoon
- License: mit
- Created: 2022-10-28T03:28:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T03:30:49.000Z (over 3 years ago)
- Last Synced: 2025-03-27T20:33:05.717Z (over 1 year ago)
- Topics: css, nodejs, pnpm, postcss, starter
- Language: CSS
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Postcss Starter
Postcss starter is a starter kit for any project using postcss.
## Installation
```
pnpm install
```
## Usage
```
pnpm postcss:watch
```
To start watching the `style.css` file in `src` folder
Output stylcss located in `public` folder.
## Credits
CSS Reset https://piccalil.li/blog/a-modern-css-reset/