mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 20:59:55 +09:00
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;
|
|
}
|
|
}
|
|
|