File: import-circular-reference.css

package info (click to toggle)
ruby-css-parser 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 268 kB
  • ctags: 199
  • sloc: ruby: 1,742; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (5)
1
2
3
4
@import "import-circular-reference.css";

body { color: black; background: white; }
p { margin: 0px; }