Project rename
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
@charset "ISO-8859-1";
|
||||
.tst3 {
|
||||
color: grey;
|
||||
}
|
||||
+30
@@ -0,0 +1,30 @@
|
||||
@charset "UTF-8";
|
||||
.tst3 {
|
||||
color: grey;
|
||||
}
|
||||
.test1 {
|
||||
color: black;
|
||||
}
|
||||
.test2 {
|
||||
color: red;
|
||||
}
|
||||
@media all {
|
||||
.tst {
|
||||
color: black;
|
||||
}
|
||||
}
|
||||
@media all and screen {
|
||||
.tst {
|
||||
color: red;
|
||||
}
|
||||
.tst .tst3 {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
.tst2 {
|
||||
color: white;
|
||||
}
|
||||
.test {
|
||||
color: red;
|
||||
width: 2;
|
||||
}
|
||||
Reference in New Issue
Block a user