mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Undo arbitrary change to fix props not being created
This commit is contained in:
parent
e5387224b1
commit
5ebbe975e9
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
/*! Colors in HEX or RGBA format */
|
/*! Colors in HEX or RGBA format */
|
||||||
:root {
|
:root {
|
||||||
color: red;
|
|
||||||
$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) {
|
||||||
@if str-index($name, "comment") == 1 {
|
@if str-index($name, "comment") == 1 {
|
||||||
|
|
Loading…
Reference in a new issue