File: misc.css

package info (click to toggle)
ruby-crass 1.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 824 kB
  • sloc: ruby: 2,158; python: 202; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
/* mangled !important */
.foo {
    display: none  /**/ ! IMPORTANT    /*  */ ;
}

/* An+B */
li:nth-child(even of li:not(.filtered)) {
    background-color: black;
}