You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
429 B
26 lines
429 B
.variables { |
|
width: 14cm; |
|
} |
|
.variables { |
|
height: 24px; |
|
color: #888888; |
|
font-family: "Trebuchet MS", Verdana, sans-serif; |
|
quotes: "~" "~"; |
|
} |
|
.redefinition { |
|
three: 3; |
|
} |
|
.values { |
|
font-family: 'Trebuchet', 'Trebuchet', 'Trebuchet'; |
|
color: #888888 !important; |
|
multi: something 'A', B, C, 'Trebuchet'; |
|
} |
|
.variable-names { |
|
name: 'hello'; |
|
} |
|
.alpha { |
|
filter: alpha(opacity=42); |
|
} |
|
a:nth-child(2) { |
|
border: 1px; |
|
}
|
|
|