@internetstiftelsen/styleguide 5.1.3-beta.0.2 → 5.1.3-beta.0.3

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": "5.1.3-beta.0.2",
3
+ "version": "5.1.3-beta.0.3",
4
4
  "main": "dist/components.js",
5
5
  "ports": {
6
6
  "fractal": "3000"
@@ -116,6 +116,14 @@
116
116
  }
117
117
 
118
118
  &:is(figcaption) {
119
+ @include plumber.plumber(
120
+ $font-size: 1.7,
121
+ $line-height: 2,
122
+ $leading-bottom: 0
123
+ );
124
+
125
+ margin-top: 0 !important;
126
+
119
127
  p {
120
128
  @include plumber.plumber(
121
129
  $font-size: 1.7,