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"/>
- Host: GitHub
- URL: https://github.com/ph4un00b/css_reducer
- Owner: ph4un00b
- License: mit
- Created: 2022-02-14T04:06:15.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-10T22:38:49.000Z (over 4 years ago)
- Last Synced: 2025-04-14T11:54:10.302Z (about 1 year ago)
- Topics: cli, css, deno, tailwindcss, typescript, windicss
- Language: TypeScript
- Homepage:
- Size: 90.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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