mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Remember that the comments are used for regex matching
This commit is contained in:
parent
5ebbe975e9
commit
6902800051
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
@use "vars" as *;
|
||||
@use "functions" as *;
|
||||
|
||||
/*! Colors in HEX or RGBA format */
|
||||
/*! colors */
|
||||
:root {
|
||||
$colors: map.get($vars, colors);
|
||||
@each $name, $val in create-vars-from-map($colors, light) {
|
||||
|
@ -28,7 +28,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*! Properties like lengths or percentages */
|
||||
/*! props */
|
||||
:root {
|
||||
$props: map.get($vars, props);
|
||||
@each $name, $val in create-vars-from-map($props, light) {
|
||||
|
|
Loading…
Reference in a new issue