2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-23 20:40:36 +03:00

Replace "loose" HEX values with their respective variables (#25672)

This commit is contained in:
Jacob Müller
2018-03-12 18:19:37 +01:00
committed by XhmikosR
parent f4051abc12
commit 27f553c965
9 changed files with 20 additions and 19 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
}
&.active {
color: #fff;
color: $white;
background-color: $color;
border-color: $color;
}