UNPKG
blinkosinstaller
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
1.0.0
The desktop installer for blinkOS, v1.0.0
blinkosinstaller
/
src
/
systrace
/
catapult
/
common
/
py_vulcanize
/
third_party
/
rcssmin
/
tests
/
yui
/
media-empty-class.css
16 lines
(13 loc)
•
258 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*! preserved */
emptiness {}
@import
"another.css"
;
/* I'm empty - delete me */
empty { ;}
@media
print {
.noprint
{
display
: none; } }
@media
screen {
/* this rule should be removed, not simply minified.*/
.breakme
{}
.printonly
{
display
: none; } }