@qrsln/lootstrap 22.3.1-beta.0 → 22.3.2-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -99,8 +99,11 @@
|
|
|
99
99
|
}
|
|
100
100
|
*/
|
|
101
101
|
|
|
102
|
+
$Root: if($colorKey=='light' and $componentValue == null, ",:root", "");
|
|
103
|
+
|
|
102
104
|
// .[Alert, Btn, ...]-[primary, danger, ...]
|
|
103
|
-
|
|
105
|
+
|
|
106
|
+
.#{$componentKey + $color-suffix + $Root} {
|
|
104
107
|
&:not(.#{$componentKey}-outline) .Btn-close {
|
|
105
108
|
@if (lightness($colorValue) < 80) {
|
|
106
109
|
filter: invert(1) grayscale(100%) brightness(200%);
|
package/scss/_header.scss
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/*!
|
|
3
3
|
* CSS Compiled on: 2022-03-01
|
|
4
4
|
*
|
|
5
|
-
* Lootstrap v22.3.
|
|
5
|
+
* Lootstrap v22.3.2-beta.0 (https://github.com/krsln/Lootstrap/)
|
|
6
6
|
* Copyright 2022 Qrsln.
|
|
7
7
|
* Licensed under MIT (https://github.com/krsln/Lootstrap/blob/master/LICENSE)
|
|
8
8
|
*/
|