@justeat/f-utils
Advanced tools
Comparing version 2.0.0 to 3.1.0
@@ -7,2 +7,19 @@ # Changelog | ||
v3.1.0 | ||
------------------------------ | ||
*January 26, 2022* | ||
### Fixed | ||
- Stylelint config fixes and updates | ||
v3.0.0 | ||
------------------------------ | ||
*January 26, 2022* | ||
### Changed | ||
- Updated spacing function to take into account new pie key values. | ||
- Updating any spacing references in other utils. | ||
v2.0.0 | ||
@@ -9,0 +26,0 @@ ------------------------------ |
{ | ||
"name": "@justeat/f-utils", | ||
"description": "Sass utility functions and mixins for the Fozzie framework", | ||
"version": "2.0.0", | ||
"version": "3.1.0", | ||
"homepage": "https://github.com/justeat/f-utils", | ||
@@ -18,3 +18,3 @@ "contributors": [ | ||
"engines": { | ||
"node": ">=10.0.0" | ||
"node": ">=12.0.0" | ||
}, | ||
@@ -32,3 +32,13 @@ "scripts": { | ||
"stylelint": { | ||
"extends": "@justeat/stylelint-config-fozzie" | ||
"extends": [ | ||
"stylelint-config-standard-scss", | ||
"@justeat/stylelint-config-fozzie" | ||
], | ||
"rules": { | ||
"scss/comment-no-empty": null, | ||
"scss/dollar-variable-pattern": null, | ||
"scss/at-function-pattern": null, | ||
"selector-class-pattern": null, | ||
"indentation": 4 | ||
} | ||
}, | ||
@@ -45,6 +55,6 @@ "browserslist": [ | ||
"@justeat/stylelint-config-fozzie": "2.2.0", | ||
"danger": "10.6.4", | ||
"stylelint": "13.13.0", | ||
"stylelint-scss": "3.19.0" | ||
"danger": "10.8.0", | ||
"stylelint": "14.3.0", | ||
"stylelint-config-standard-scss": "3.0.0" | ||
} | ||
} |
@@ -51,3 +51,3 @@ # `f-utils` :bear: | ||
```scss | ||
margin: spacing(x2); | ||
margin: spacing(d); | ||
``` | ||
@@ -146,3 +146,3 @@ | ||
borderRadius: $border-radius | ||
padding: spacing(x3) | ||
padding: spacing(e) | ||
borderColour: $color-border | ||
@@ -149,0 +149,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
25952