Software Alternatives & Reviews
Table of contents
  1. Videos
  2. Social Mentions
  3. Comments

Autoprefixer

autoprefixer - Parse CSS and add vendor prefixes to rules by Can I Use

Autoprefixer Reviews and details

Screenshots and images

  • Autoprefixer Landing page
    Landing page //
    2023-08-01

Badges

Promote Autoprefixer. You can add any of these badges on your website.
SaaSHub badge
Show embed code

Videos

Stop Worrying about Vendor Prefixes with Autoprefixer | XI to Eye vol 8

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Autoprefixer and what they use it for.
  • Exploring Tailwind Oxide
    Unlike other frameworks, you can’t just npm install and write code. Take one look at the Tailwind CSS installation page and before you even begin, you need to decide if you want to install it with the CLI or as a PostCSS plugin. Wait, you know CSS, but what is PostCSS? Then, you keep reading and you see something about CSS preprocessor and you might wonder what that is too. Then, you see that you not only have to... - Source: dev.to / 25 days ago
  • Native CSS nesting now supported by all major browsers!
    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... - Source: dev.to / 8 months ago
  • 23 of the best Eleventy Themes (Starters) for 2023
    Simple, fast, and a little bit opinionated, Eleventy Plus Vite features Eleventy 2.0.0-canary, the new Eleventy 2.0 Dev Server with live reload, Vite 3.0 as Middleware in Eleventy Dev Server (using eleventy-plugin-vite), build output post-processing by Vite (with Rollup), CSS/Sass post-processing with PostCSS including Autoprefixer and cssnano, a custom CSS/Sass structure, basic fluid typography based on Utopia,... - Source: dev.to / over 1 year ago
  • The Complete Guide for Setting Up React App from Scratch (feat. TypeScript)
    w/ postcss-preset-env(v7.8.3): convert modern CSS into something most browsers can understand, determining the polyfills you need based on your targeted browsers or runtime environments. It takes the support data that comes from MDN and Can I Use and determine from a browserlist whether those transformations are needed. It also packs Autoprefixer within and shares the list with it, so prefixes are only applied... - Source: dev.to / over 1 year ago
  • How do I deal with CSS for Safari?
    As others have said, you need to normalize. Also, you may need something like autoprefixer if you're using styles that have different vendor prefixes. https://github.com/postcss/autoprefixer. Source: over 1 year ago
  • How to refactor an entire app to use something else instead of gap?
    Mmm maybe it's not gap then, maybe it's some other property. Maybe autoprefixer could help. Or polyfills, as other user suggested. Source: over 1 year ago
  • Browserslist: building modern web apps for diverse global audience
    Of course, we have great tooling for that: Autoprefixer, PostCSS and Stylelint for CSS transformation, Babel and Webpack for JavaScript transpilation and bundling, ESLint for code analysis, and many others. - Source: dev.to / over 1 year ago
  • 10 GitHub Repositories to Become a CSS Master
    Bulma uses autoprefixer to make (most) Flexbox…. - Source: dev.to / over 1 year ago
  • How to auto-prefix and minify CSS?
    Autoprefixer plugin uses Can I use to search for browser support and accordingly add vendor prefixes to CSS properties. You can install autoprefixer from npm. - Source: dev.to / almost 2 years ago
  • Is learning Vue instead of React a mistake?
    In CSS, there's sometimes different prefixes for each engine, but there are ways to get around that too with autoprefixers. Source: about 2 years ago
  • How to choose the right CSS properties
    The first way, using filter, actually performs better because browsers can use hardware acceleration. However, it's not supported in IE11. So, if your users use IE11, you might want to avoid using filter. Alternatively, some browsers offer compatibility through the use of prefixes like -webkit-animation instead of animation. Many projects these days use a form of Autoprefixer to automatically do this for you. - Source: dev.to / over 2 years ago
  • Glassmorphism for Firefox
    Alternatively, use a tool like Autoprefixer. CSS-in-JS libraries may also do it for you (for Styled Components, it's a default feature). - Source: dev.to / over 2 years ago
  • Purpose of autoprefixer plugin in postcss.
    Did you read their README? It explains what it does with examples. Source: over 2 years ago
  • Please review my portfolio website and give advice :)
    Ahhh, that makes sense then. Definitely look into autoprefixer if you don’t know it. (Doesn’t replace testing tho...). Source: over 2 years ago
  • automated way to add compatibility to css
    Autoprefixer is probably what you're looking for? Source: over 2 years ago
  • How to integrate postcss and webpack
    Autoprefixer is used to parse CSS and add vendor prefixes to CSS rules using values from Can I Use. It is recommended by Google and used in Twitter and Alibaba. - Source: dev.to / over 2 years ago
  • Setting up your first Next.js project with Tailwind and Jest
    One such plugin is Autoprefixer, which handles the addition of browser prefixes to your stylesheets. While browsers largely follow the same CSS standards, there are still variations in the implementation of those standards, particularly if they are experimental. You may have seen code such as the below before:. - Source: dev.to / over 2 years ago
  • What CSS Versions are You Talking About?
    Currently CSS versioning is a mess with countless separate modules. CSS authors should embrace feature or module based thinking by using feature queries (@supports) or automatic tools (browserslist, PostCSS, autoprefixer, etc.) to provide fallbacks or vendor prefixes for legacy browsers. - Source: dev.to / over 2 years ago
  • Building a Form in Vue using Tailwind CSS and VeeValidate (Part 1)
    To install the necessary dependancies for Tailwind CSS ,PostCss 7 and autoprefixer. - Source: dev.to / almost 3 years ago
  • Monkey CSS
    As you don't have that time, autoprefixer is your friend. - Source: dev.to / almost 3 years ago
  • Tailwind CSS from Zero to Hero - Up and Running (Part 1 of 4) 🚀
    For those who are not using the Tailwind CLI tool (which adds all the vendor prefixes automatically), you can use Autoprefixer. - Source: dev.to / almost 3 years ago

Do you know an article comparing Autoprefixer to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Generic Autoprefixer discussion

Log in or Post with

This is an informative page about Autoprefixer. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.