mirror of
https://github.com/omniscale/magnacarto.git
synced 2025-02-23 07:54:10 +01:00
16 lines
No EOL
173 B
Text
16 lines
No EOL
173 B
Text
/* comment */
|
|
#class {
|
|
line-width: 12;
|
|
}
|
|
|
|
/* comment with unicodé */
|
|
|
|
#class2 {
|
|
line-width: 12;
|
|
}
|
|
|
|
// single line comment
|
|
|
|
@foo: 1 + 2;
|
|
|
|
// end of document comment |