vanilla-framework 4.18.1 → 4.18.2

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": "vanilla-framework",
3
- "version": "4.18.1",
3
+ "version": "4.18.2",
4
4
  "author": {
5
5
  "email": "webteam@canonical.com",
6
6
  "name": "Canonical Webteam"
@@ -84,8 +84,8 @@ $aspect-ratios: (
84
84
  justify-content: center;
85
85
  text-align: center;
86
86
 
87
- // If there is a child element that is not the image, don't let it affect the layout
88
- & > *:not(.p-image-container__image) {
87
+ // If there is a child lazyloaded image, don't let it affect the layout
88
+ & > .lazyloaded {
89
89
  display: contents;
90
90
  }
91
91