@internetstiftelsen/styleguide 5.1.5-beta.0.3 → 5.1.5
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
|
@@ -23,7 +23,6 @@
|
|
|
23
23
|
display: block;
|
|
24
24
|
width: 100%;
|
|
25
25
|
border-radius: var.$border-radius;
|
|
26
|
-
aspect-ratio: 16 / 9;
|
|
27
26
|
}
|
|
28
27
|
|
|
29
28
|
@include bem.e(map) {
|
|
@@ -291,7 +290,6 @@
|
|
|
291
290
|
transition: opacity 0.25s ease-out;
|
|
292
291
|
border-radius: 0;
|
|
293
292
|
object-fit: cover;
|
|
294
|
-
aspect-ratio: auto;
|
|
295
293
|
}
|
|
296
294
|
|
|
297
295
|
@include bem.e(content) {
|