Jeremy Wagner 02a8ea3c96 Some changes to the build process:
- 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.
2017-07-31 09:42:23 -05:00
2017-07-31 09:42:23 -05:00
2017-07-25 16:05:23 -04:00
2017-07-27 12:57:21 -04:00
2017-07-26 15:44:58 -04:00
2017-07-27 12:57:21 -04:00
2017-07-30 21:20:42 -04:00
2017-07-31 09:42:23 -05:00
2017-07-25 16:05:23 -04:00
2017-07-30 11:05:45 -04:00
2017-07-31 09:42:23 -05:00

👟 Shoelace.css

A back to the basics CSS starter kit. For when you dont need the whole boot.

📚 Website & Docs

💻 Source Code

🚛 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
No description provided
Readme 130 MiB
Languages
TypeScript 64.5%
Nunjucks 17.4%
CSS 11.8%
JavaScript 6.2%