pacem-less 0.40.4 → 0.40.5-atlantis
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/pacem/pacem.less +1 -1
- package/package.json +1 -1
package/pacem/pacem.less
CHANGED
|
@@ -154,7 +154,7 @@ html .@{PCSS}-preloader {
|
|
|
154
154
|
}
|
|
155
155
|
|
|
156
156
|
// do not render variables in shell-only mode in order to ease themeable scenarios
|
|
157
|
-
:root when (@shell_only = false), (@full_theme = true) {
|
|
157
|
+
@{shell}:root when (@shell_only = false), (@full_theme = true) {
|
|
158
158
|
|
|
159
159
|
@_size_1: @grid_spacing/3;
|
|
160
160
|
@_size_2: @_size_1 * 2;
|
package/package.json
CHANGED