File: index.css

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 (17 lines) | stat: -rw-r--r-- 169 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@import 'imports/section.css';

.test {
  color: cyan;

  &__yellow {
    color: yellow;
  }

  &__navy {
    color: navy;
  }

  &__crimson {
    color: crimson;
  }
}