@justeattakeaway/pie-css 0.9.0 → 0.9.1
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": "@justeattakeaway/pie-css",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.1",
|
|
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
|
"author": "Just Eat Takeaway.com - Design System Team",
|
|
6
6
|
"files": [
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"repository": "https://github.com/justeattakeaway/pie.git",
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@types/postcss-import": "14.0.
|
|
31
|
-
"postcss": "8.4.
|
|
30
|
+
"@types/postcss-import": "14.0.3",
|
|
31
|
+
"postcss": "8.4.32",
|
|
32
32
|
"postcss-import": "15.1.0",
|
|
33
33
|
"w3c-css-validator": "1.3.1"
|
|
34
34
|
}
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
// This currently calls the `to-px` function, but is built on top of it should we want to
|
|
28
28
|
// support other units (such as ems/rems) in the future.
|
|
29
29
|
// -
|
|
30
|
-
// @param {String} $token - The CSS variable name (including the `--` prefix) to be used for the font size
|
|
30
|
+
// @param {String} $token - The CSS variable name (including the `--` prefix) to be used for the font size
|
|
31
|
+
// calculation.
|
|
31
32
|
// -
|
|
32
33
|
// @example
|
|
33
34
|
// .my-class {
|
|
@@ -51,7 +52,8 @@
|
|
|
51
52
|
// This currently calls the `to-px` function, but is built on top of it should we want to
|
|
52
53
|
// switch to using different units (such as unitless line heights) in the future.
|
|
53
54
|
// -
|
|
54
|
-
// @param {String} $token - The CSS variable name (including the `--` prefix) to be used for the font size
|
|
55
|
+
// @param {String} $token - The CSS variable name (including the `--` prefix) to be used for the font size
|
|
56
|
+
// calculation.
|
|
55
57
|
// -
|
|
56
58
|
// @example
|
|
57
59
|
// .my-class {
|