mirror of
https://github.com/ankitects/anki.git
synced 2025-11-20 11:37:12 -05: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 "vars" as *;
|
||||||
@use "functions" as *;
|
@use "functions" as *;
|
||||||
|
|
||||||
/*! Colors in HEX or RGBA format */
|
/*! colors */
|
||||||
:root {
|
:root {
|
||||||
$colors: map.get($vars, colors);
|
$colors: map.get($vars, colors);
|
||||||
@each $name, $val in create-vars-from-map($colors, light) {
|
@each $name, $val in create-vars-from-map($colors, light) {
|
||||||
|
|
@ -28,7 +28,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*! Properties like lengths or percentages */
|
/*! props */
|
||||||
:root {
|
:root {
|
||||||
$props: map.get($vars, props);
|
$props: map.get($vars, props);
|
||||||
@each $name, $val in create-vars-from-map($props, light) {
|
@each $name, $val in create-vars-from-map($props, light) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue