Stop writing CSS vendor prefixes manually

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • browserslist

    🦔 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-preset-env

  • A tool to prefix automatically based on above target browsers. Autoprefixer is the best of its kind, a PostCSS plugin uses target browsers from browserslist and add prefixes based on caniuse.com data. Here's an example setup with Gulp:

  • caniuse

    Raw browser/feature support data from caniuse.com

  • You still need to keep track which features you need to check manually, caniuse.com can help with that. Obviously it's less mundane than writing prefixes and less worried about new browsers in market as long as they support feature queries.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • autoprefixer

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

  • A tool to prefix automatically based on above target browsers. Autoprefixer is the best of its kind, a PostCSS plugin uses target browsers from browserslist and add prefixes based on caniuse.com data. Here's an example setup with Gulp:

  • PostCSS

    Transforming styles with JS plugins

  • A tool to prefix automatically based on above target browsers. Autoprefixer is the best of its kind, a PostCSS plugin uses target browsers from browserslist and add prefixes based on caniuse.com data. Here's an example setup with Gulp:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to auto-prefix and minify CSS?

    5 projects | dev.to | 30 Jun 2022
  • PostCSS - my initial experience

    3 projects | dev.to | 11 Jan 2024
  • Dark Mode with SvelteKit, a Blog Post

    3 projects | /r/sveltejs | 15 Nov 2023
  • Native CSS nesting now supported by all major browsers!

    1 project | dev.to | 29 Aug 2023
  • Unicode-range CSS is working wrong in Safari browser?

    1 project | /r/reactjs | 27 Aug 2023