File: media-nested.min.css

package info (click to toggle)
python-lesscpy 0.15.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,488 kB
  • sloc: python: 3,591; sh: 5; makefile: 4
file content (9 lines) | stat: -rw-r--r-- 405 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
@media (width:768px){.lead{font-size:21px;}}
@media (width:400px){.one{font-size:1.2em;}}
@media (width:400px) and print and (color){.one{color:blue;}}
.two{width:100px;}
@media (width:400px){.two{font-size:1.2em;}}
@media print and (color){.two{color:blue;}}
@media print{.visible{color:green;}}
@media screen{.visible.visible-sm{color:green;}}
@media (max-width:10px){.navbar .form{margin-bottom:5px;}}