16 lines
115 B
Text
16 lines
115 B
Text
|
|
|
|
/**
|
|
* This is a test import file
|
|
*/
|
|
|
|
@colors {
|
|
div.bright {
|
|
color: red;
|
|
}
|
|
|
|
div.sad {
|
|
color: blue;
|
|
}
|
|
}
|
|
|