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

https://github.com/ph4un00b/css_reducer

Refactor your <tag class="declarative classes"/>
https://github.com/ph4un00b/css_reducer

cli css deno tailwindcss typescript windicss

Last synced: about 2 months ago
JSON representation

Refactor your <tag class="declarative classes"/>

Awesome Lists containing this project

README

          

- raw install

deno install --reload -n css_reducer --allow-write --allow-read https://raw.githubusercontent.com/ph4un00b/css_reducer/master/cli.ts

- usage:

css_reducer page.html --windi

or

css_reducer page.html

- unpacking styles:

css_reducer page.html --windi --unpack

or

css_reducer page.html --unpack

- display current shortcuts:

css_reducer --display

or

css_reducer --display --windi
- run tests

deno test --allow-write --allow-read . --watch