mirror of
https://github.com/mrclay/minify.git
synced 2025-08-11 16:44:44 +02:00
9 lines
107 B
SCSS
9 lines
107 B
SCSS
/* lesstest2.scss */
|
|
|
|
|
|
a.included {
|
|
color: $primary-color;
|
|
font-size: 13px;
|
|
text-decoration: none;
|
|
}
|