@justeattakeaway/pie-css 0.31.1 → 0.31.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.
|
@@ -104,7 +104,7 @@ To use the mixin as part of the full set of PIE SCSS Utilities, you can import t
|
|
|
104
104
|
@use '@justeattakeaway/pie-css/scss' as p;
|
|
105
105
|
|
|
106
106
|
.my-element {
|
|
107
|
-
@include p.font-theme('heading-l');
|
|
107
|
+
@include p.font-theme('font-heading-l');
|
|
108
108
|
}
|
|
109
109
|
```
|
|
110
110
|
|
|
@@ -114,7 +114,7 @@ Alternatively, you can import the mixin directly, without importing the other SC
|
|
|
114
114
|
@use '@justeattakeaway/pie-css/scss/mixins/font-theme' as *;
|
|
115
115
|
|
|
116
116
|
.my-element {
|
|
117
|
-
@include font-theme('heading-l');
|
|
117
|
+
@include font-theme('font-heading-l');
|
|
118
118
|
}
|
|
119
119
|
```
|
|
120
120
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justeattakeaway/pie-css",
|
|
3
|
-
"version": "0.31.
|
|
3
|
+
"version": "0.31.2",
|
|
4
4
|
"description": "A styling library that provides both a shared collection of ready to use CSS styles to be used across JET web front-ends, and SCSS-based style helpers for our PIE Web Component library.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|