Software Alternatives & Reviews

Native CSS nesting now supported by all major browsers!

PostCSS Autoprefixer
  1. Increase code readability. Add vendor prefixes to CSS rules using values from Can I Use. Autoprefixer will use the data based on current browser popularity and property support to apply prefixes for you.
    Pricing:
    • Open Source
    In large projects, it is still a good idea to use PostCSS, which will translate new CSS features to something that browsers understand today.

    #Developer Tools #Design Tools #CSS Framework 39 social mentions

  2. autoprefixer - Parse CSS and add vendor prefixes to rules by Can I Use
    Mixins - This allows you to reuse a set of rules inside another rule. I never really found a good use case for mixins. They were available to me when I was still using Bootstrap with LESS, but using them seemed a little complex, because you always need to look up what they do and the resulting CSS output is not always clear. If you're thinking of using them for browser prefixes (e.g. -webkit-transform), I would suggest checking out PostCSS autoprefixer instead.

    #Developer Tools #Design Tools #CSS Framework 22 social mentions

Discuss: Native CSS nesting now supported by all major browsers!

Log in or Post with