1
0
Fork 0
TheBigWarehouse/BigBoxOfCSS.md

3.8 KiB

The Big box of CSS

Ready made animations and icons

Frameworks

  • chewing-grid - A CSS Grid ideal for card listing design like tiles, videos or articles listing.

Preprocessors and rewriters

  • CSS Shorthand Generator - A wensite that converts your long hand styling rules into their shorthand versions
  • Myth - A preprocessor that converts CSS using all the laatest techniques into CSS that every browser will understand with graceful fallbacks
  • PurifyCSS - Automatically remove unused CSS at build time. Great if you use CSS frameworks as this tool can seriously cut down on the amount of CSS that is sent to the user's browser.

Polyfills

Generators and Calculators

Tutorials and References

CSS Resets

  • CSS Reset - List of CSS resets, useful when building bookmarklets
  • Marx - A small and simple CSS reset
  • sanitize.css - Makes browsers render elements consistently.

Other