Using the PostCSS plugin Let your WebApp support dark mode

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

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • postcss-plugin-boilerplate

    PostCSS Plugin Boilerplate

  • We can use postcss-plugin-boilerplate , This scaffolding to create a postcss-plugin ,It also has jest unit tests configured。You can create one postcss-plugin project with a few simple commands。

  • postcss-less

    PostCSS Syntax for parsing LESS

  • At this time, I have a library that helps me,postcss-less will help us parse the less to AST ,Then we can configure the rules to replace the ** color with the variable **

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

    PostCSS 多皮肤插件

  • This article summarizes some common ways of front-end multiple skins. Through the most comparison, I find that it is the most convenient to generate skin style through PostCSS in our project, and it is also the easiest to make your website support dark mode. I opened up the plugin postcss-multiple-themes to Github and released the npm package.

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