File: filter-all.expected.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 (11 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
@import "foo.css";
@import "foo.css" screen;
@import 'bar.css';
@import 'bar.css' screen;
@import url(baz.css);
@import url(baz.css) screen;
@import url("foobar.css");
@import url("foobar.css") screen and (min-width: 25em);
@import url('foobarbaz.css');
@import url('foobarbaz.css') print, screen and (min-width: 25em);
content{}