mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
02a8ea3c9699e21fd5dbb442a2fff919c940ffa5
- Added PostCSS, mostly so that cssnano could be used. This is a CSS minifier that makes many focused optimizations. With this, I was able to shave about 2% off the final build. It's not much, but as the project matures, it may be good to be proactive. - Since cssnano was added, I removed CleanCSS. This necessitated some changes, notably that errors/warnings are no longer captured since PostCSS doesn't provide those in its own results process. - Changed division of length to 1024, since a kilobyte is 2^10 bytes, not 1000.
👟 Shoelace.css
A back to the basics CSS starter kit. For when you don’t need the whole boot.
🚛 License
Developers
Shoelace ships with a CLI that can be used to build a dist and optionally publish it to an S3 bucket. To build a dist, run:
node shoelace.js --build
To see all available flags, run:
node shoelace.js --help
Developed by @claviska for Surreal CMS.
© A Beautiful Site, LLC
Description
Languages
TypeScript
64.5%
Nunjucks
17.4%
CSS
11.8%
JavaScript
6.2%