File: component.css

package info (click to toggle)
libjs-require-css 0.1.10%2Bds-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 540 kB
  • sloc: javascript: 8,751; sh: 26; makefile: 18
file content (5 lines) | stat: -rwxr-xr-x 87 bytes parent folder | download | duplicates (3)
1
2
3
4
5
/* component.css */
@import 'test.css';
body {
  background-image: url(../test.jpg);
}