File: es-modules.css

package info (click to toggle)
node-style-loader 3.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,296 kB
  • sloc: javascript: 3,553; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 80 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
.foo {
    color: red;
}

.bar {
    color: blue;
}

.baz {
    color: coral;
}