Pass arbitrary constants between your module files
Browse cluster: OCaml Systems and Utilities →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.