Compass - Important Notes
if we overuse it might make our code too complex and hard to read.
The most useful feature of Compass are;
The most useful feature of Compass are;
- sprites,
- vertical rhytm,
- horiznal lists,
- creating vendor prefixes.
Why?
Because Autoprefixes is a process that is gonna work even if you do not use compass/sass. You do not need to learn a new code. You also can keep having tips in your IDE when you want to change something.
Autoprefixer is a PostCSS plugin which parse your CSS and add vendor prefixes.