1
0
Fork 0
TheBigWarehouse/BigBoxOfCSS.md

2.9 KiB

The Big box of CSS

Ready made animations and icons

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.

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

Other