File: layer.css

package info (click to toggle)
node-postcss-cli 10.1.0%2B~cs16.11.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,436 kB
  • sloc: javascript: 4,370; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
@layer layer-alpha, layer-beta.one;

@import "foo.css" layer(foo);
@import 'bar.css' layer(bar);
@import 'bar.css' layer(bar) level-1 and level-2;
@import url(baz.css) layer(baz);
@import url("foobar.css") layer(foobar);
@import url("foo-layered.css") layer(foo-layered);

content{}