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

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.

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/