pacem-less 0.51.8 → 0.51.9-cauchy

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.
@@ -210,8 +210,10 @@
210
210
  }
211
211
 
212
212
  .@{PCSS}-preloader {
213
- // background
214
- .GradientRadial(0%, 50%, ~"var(--@{PCSS}-color-background)", ~"var(--@{PCSS}-color-root)");
215
- background-color: ~"var(--@{PCSS}-color-root)";
213
+ // background (use raw values since css property values won't be ready until full load)
214
+ /* .GradientRadial(0%, 50%, ~"var(--@{PCSS}-color-background)", ~"var(--@{PCSS}-color-root)");
215
+ background-color: ~"var(--@{PCSS}-color-root)";*/
216
+ .GradientRadial(0%, 50%, @color_background, @color_root_background);
217
+ background-color: @color_root_background;
216
218
  background-size: contain;
217
219
  }
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.51.8",
2
+ "version": "0.51.9-cauchy",
3
3
  "name": "pacem-less",
4
4
  "homepage": "https://js.pacem.it",
5
5
  "repository": {