What. A. Week.
- My post about Shoelace was featured on David Walsh's blog yesterday
- I woke up Shoelace being on the homepage of Hacker News
- As a result, Shoelace received lots of ⭐️ ⭐️ ⭐️ and is now trending on GitHub
We're GitHub Famous for a day! 💃
Seriously though, I'm thrilled to see so much interest in my little side project. I really think it's the future of CSS frameworks.
Without further ado, here's 1.0.0-beta6:
- Switched from CleanCSS to PostCSS/cssnano for a smaller minified build
- Added Autoprefixer to provide better support for older browsers
- Changed spacing utilities to use
padding-*
andmargin-*
instead ofp-*
andm-*
due to a conflict with microformats (see #14) - Fixed a bug where text in certain inputs would be cutoff/misaligned in Safari
- Added preload link to CDN instructions to optimize loading in supportive browsers
- Various updates to the docs