icss VS postcss-modules-values

Compare icss vs postcss-modules-values and see what are their differences.

icss

Interoperable CSS — a standard for loadable, linkable CSS (by css-modules)

postcss-modules-values

Pass arbitrary constants between your module files (by css-modules)
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
icss postcss-modules-values
2 1
620 37
0.2% -
0.0 2.9
almost 7 years ago 3 months ago
JavaScript
- ISC License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

icss

Posts with mentions or reviews of icss. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-12.

postcss-modules-values

Posts with mentions or reviews of postcss-modules-values. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-28.
  • Share variables between JavaScript and CSS
    4 projects | dev.to | 28 Feb 2021
    // breakpoints.module.css @value larry: (max-width: 599px); @value moe: (min-width: 600px) and (max-width: 959px); @value curly: (min-width: 960px); // MyComponent.module.css // this is one of the multiple ways you can import @value definitions // see https://github.com/css-modules/postcss-modules-values @value larry, moe, curly from "theme/breakpoints.module.css"; @media larry { ... } @media moe { ... } @media curly { ... }

What are some alternatives?

When comparing icss and postcss-modules-values you can also consider the following projects:

css-loader - CSS Loader

rust-cssparser - Rust implementation of CSS Syntax Level 3

hound - Lightning fast code searching made easy

swc - Rust-based platform for the Web

dropcss - An exceptionally fast, thorough and tiny unused-CSS cleaner

Aphrodite - Framework-agnostic CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generation

lightningcss - An extremely fast CSS parser, transformer, bundler, and minifier written in Rust.

MSEdgeExplainers - Home for explainer documents originated by the Microsoft Edge team

purifycss - Remove unused CSS. Also works with single-page apps.

web-app-template - Typescript React ExpressJS esbuild web app template

parcel - The zero configuration build tool for the web. 📦🚀