File: 14_context_complex.css

package info (click to toggle)
compass-breakpoint-plugin 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 648 kB
  • sloc: javascript: 27; makefile: 2; sh: 1
file content (8 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
/**
 * Dynamic contexts.
 */
@media (min-width: 300px), print, (min-width: 200px) {
  #multi-media {
    -media: all print all;
  }
}