File: b.css

package info (click to toggle)
node-mini-css-extract-plugin 2.4.6%2B~2.4.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,760 kB
  • sloc: javascript: 10,443; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 94 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
.b {
  background: red;
}

@import url("https://some/external/css");

.b {
  color: yellow;
}