Autoprefixer Alternatives
-
localpen
Code pens that run locally!
-
Visual Studio Code
Visual Studio Code
-
Scout
Get performance insights in less than 4 minutes. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
PostCSS
Transforming styles with JS plugins
-
postcss-preset-env
Convert modern CSS into something browsers understand
-
prettier
Prettier is an opinionated code formatter.
-
ESLint
Find and fix problems in your JavaScript code.
-
css-modules
Documentation about css-modules
-
Sass
Sass makes CSS fun!
-
browserslist
🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env
-
terser
🗜 JavaScript parser, mangler and compressor toolkit for ES6+
-
github-markdown-css
The minimal amount of CSS to replicate the GitHub Markdown style
-
split
Unopinionated utilities for resizeable split views (by nathancahill)
-
plugins
🍣 The one-stop shop for official Rollup plugins (by rollup)
-
postcss-nested
PostCSS plugin to unwrap nested rules like how Sass does it.
-
less-docs
Documentation for Less.
-
rollup-plugin-postcss
Seamless integration between Rollup and PostCSS.
-
rollup-plugin-terser
Rollup plugin to minify generated bundle
-
monacode
An es-module wrapper around the monaco editor and prettier
-
postcss-combine-media-query
PostCSS plugin to combine equal media query rules.
-
luna
UI library (by liriliri)
Posts
-
Here's my website setup...
Autoprefixer - so I don't have to add -moz or -webkit vendor prefixes to some CSS properties.
-
Setting Up a JavaScript Build Process using Rollup
One of the most interesting features of PostCSS is Autoprefixer. Much like Babel, it checks our browserslist requirement to add prefixes to CSS rules, ensuring cross-browser compatibilities. We can add it to the project with the following command:
-
LocalPen v0.3 🚀
Autoprefixer
-
The new CSS aspect-ratio property
PostCSS is a POSTprocessor. It takes CSS and can do a number of things like combining media queries(combine-media-queries), replacing rules with vendor-prefixes (autoprefixer) or adding support for future-css properties (preset-env).
-
LocalPen v0.2 ✨🎉
Autoprefixer
-
Autoprefixer out of box?
Autofixer: https://github.com/postcss/autoprefixer
-
Good options for emulating safari on Iphone.
Sounds like you need https://github.com/postcss/autoprefixer
-
LocalPen - DO hackathon submission
Autoprefixer
-
Introducing LocalPen 🎉✨
Autoprefixer
-
21 rules for web design agencies and freelancers in 2021
Have you tried with autoprefixer, tho? The CSS grid fixing for IE isn't enabled by default, you have to add a certain comment into the original CSS that you process to enable it. See https://github.com/postcss/autoprefixer/blob/main/README.md#does-autoprefixer-polyfill-grid-layout-for-ie
Stats
postcss/autoprefixer is an open source project licensed under MIT License which is an OSI approved license.