File: expected.css

package info (click to toggle)
node-postcss-modules-extract-imports 3.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 456 kB
  • sloc: javascript: 310; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (3)
1
2
3
4
5
:import("path/library.css") {
  i__imported_importName_0: importName;
  i__imported_secondImport_1: secondImport;
}
:local(.exportName) { composes: i__imported_importName_0 i__imported_secondImport_1; other: rule; }