File: index.sss

package info (click to toggle)
node-postcss-load-plugins 2.3.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 280 kB
  • sloc: javascript: 389; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 164 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.import {
  color: goldenrod;
}

.test {
  color: cyan;
}

.test__yellow {
  color: yellow;
}

.test__navy {
  color: navy;
}

.test__crimson {
  color: crimson;
}