@internetstiftelsen/styleguide 2.24.38 → 2.24.39

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@internetstiftelsen/styleguide",
3
- "version": "2.24.38",
3
+ "version": "2.24.39",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -133,6 +133,14 @@
133
133
  }
134
134
  }
135
135
 
136
+ .glider {
137
+ visibility: hidden;
138
+
139
+ &[data-glider-initialized="true"] {
140
+ visibility: visible;
141
+ }
142
+ }
143
+
136
144
  .glider-slide {
137
145
  width: 100vw;
138
146
 
@@ -5,7 +5,7 @@ $gutter-width: rhythm(3);
5
5
  .u-gutter {
6
6
  display: flex;
7
7
  flex-wrap: wrap;
8
- margin: -$gutter-width 0 0 (-$gutter-width);
8
+ margin: (-$gutter-width) 0 0 (-$gutter-width);
9
9
 
10
10
  > * {
11
11
  margin: $gutter-width 0 0 $gutter-width;