File: expected.css

package info (click to toggle)
node-postcss-modules-extract-imports 3.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 480 kB
  • sloc: javascript: 316; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
:import("path/library.css") {
  something: else;
  i__imported_importName_0: importName;
}

:local(.exportName) {
  composes: i__imported_importName_0;
}