Autoprefixer vs LESS/Sass mixins?
The autoprefixer tool is a CSS post-processor that adds the correct vendor
prefixes to otherwise 'naive' style declarations.
How does this compare (in terms of effectiveness and developer experience)
to mixins provided by LESS and Sass for this same goal of generating
vendor-specific styles?
No comments:
Post a Comment