charisTheo / css-nesting-tool

https://charistheo.github.io/css-nesting-tool/
0 stars 0 forks source link

CSS Nesting tool

Publicly hosted here: https://charistheo.github.io/css-nesting-tool/

Shrink your CSS files and benefit from better rendering performance and save your users' data with CSS Nesting.

๐ŸŽ‰ CSS Nesting is part of Interop 2024 ๐Ÿ“– Learn more about CSS Nesting

CSS nesting tool demo screenshot

Development

Run locally

  1. Clone repo
git clone https://github.com/charisTheo/css-nesting-tool.git && cd css-nesting-tool
  1. Install dependencies
npm i
  1. Run dev server
npm start

Build and run production

All steps above and:

npm run build && npm run serve

CSS Optimisations