pacem-less 0.40.0-lixus → 0.40.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.
@@ -19,6 +19,7 @@
19
19
  .border-double,
20
20
  .border-dashed,
21
21
  .border-dotted {
22
+ border-color: ~"var(--@{PCSS}-color-border)";
22
23
  border-width: 1px;
23
24
 
24
25
  each(range(12), {
@@ -31,6 +32,7 @@
31
32
  }
32
33
  });
33
34
 
35
+
34
36
  @colors: primary, secondary, accent, info, success, warning, danger, error, disabled;
35
37
 
36
38
  each(@colors {
package/pacem/pacem.less CHANGED
@@ -286,6 +286,9 @@ each(@_colors, {
286
286
  .ChannelizeColor(~"@{value}-container-inverse-hover", @_color_container_inv_hover);
287
287
 
288
288
  });
289
+
290
+ --@{PCSS}-color-border: @color_border;
291
+
289
292
  // spacing + sizing
290
293
  --@{PCSS}-grid-cell: @grid_cell;
291
294
  --@{PCSS}-grid-spacing: @grid_spacing;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.40.0-lixus",
2
+ "version": "0.40.0",
3
3
  "name": "pacem-less",
4
4
  "homepage": "https://js.pacem.it",
5
5
  "repository": {