@qrsln/lootstrap 22.2.7-beta.0 → 22.2.10-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.
@@ -34,12 +34,10 @@
34
34
  --ls-border-color-hsl: 210deg, 20%, 90%;
35
35
 
36
36
  // Others
37
- --ls-border-radius: #{$Rounded};
37
+ --#{$var-Prefix}border-radius: #{$Rounded};
38
38
 
39
39
  /* Font */
40
- --ls-font: #{$font-family-sans-serif};
41
- --ls-font-sans-serif: #{$font-family-sans-serif};
42
- --ls-font-monospace: #{$font-family-monospace};
43
- --ls-font-size: #{$font-size-base};
44
- --ls-font-weight: normal;
40
+ --#{$var-Prefix}font-sans-serif: #{inspect($font-family-sans-serif)};
41
+ --#{$var-Prefix}font-monospace: #{inspect($font-family-monospace)};
42
+
45
43
  }
package/scss/_header.scss CHANGED
@@ -1,8 +1,8 @@
1
1
 
2
2
  /*!
3
- * CSS Compiled on: 2022-02-07
3
+ * CSS Compiled on: 2022-02-10
4
4
  *
5
- * Lootstrap v22.2.7-beta.0 (https://github.com/krsln/Lootstrap/)
5
+ * Lootstrap v22.2.10-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
  */