← All repos

postcss-icss-values

Pass arbitrary constants between your module files

Browse cluster: OCaml Systems and Utilities
107commits
17contributors
1languages

Tech stack & purpose

postcss-icss-values is a PostCSS plugin for CSS modules that enables passing arbitrary constants between module files. It allows developers to define values in CSS using `@value` declarations and import them across files, with support for aliases to avoid naming conflicts. The plugin transforms these value declarations into CSS `:export` and `:import` statements that can be consumed by module loaders or imported directly into JavaScript. Built for PostCSS, it was created by Glen Maddern and Bogdan Chadkin.

Languages

JavaScript
100.0%

Contributors