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

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

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.