How to integrate postcss and webpack

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
  • postcss

  • Source code: https://github.com/ynwd/postcss

  • postcss-import

    PostCSS plugin to inline at-import rules content

  • postcss-import is used to replace @import with actual code.

  • 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

  • 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.

  • cssnano

    A modular minifier, built on top of the PostCSS ecosystem.

  • cssnano is used to ensure that the final result is as small as possible for a production environment.

  • caniuse

    Raw browser/feature support data from caniuse.com

  • 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.

  • 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.

    InfluxDB logo
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

  • Why don’t we talk about minifying CSS anymore?

    1 project | dev.to | 24 Apr 2024
  • Maximize Web Performance with CSS Optimization Techniques

    3 projects | dev.to | 16 Oct 2023
  • Problem with PostCSS and TailwindCSS/Storybook

    1 project | /r/gatsbyjs | 19 Sep 2022
  • 5 ways to make your website 10x faster ⚡🚀

    3 projects | dev.to | 18 Aug 2022
  • How to auto-prefix and minify CSS?

    5 projects | dev.to | 30 Jun 2022