Skip to content

Commit

Permalink
Merge pull request #248 from humanmade/commit-package-lock-file
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwb committed Aug 19, 2021
2 parents 86069a1 + 1332f24 commit ce200ea
Show file tree
Hide file tree
Showing 3 changed files with 2,318 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/stylelint-config/.stylelintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"stylelint-config-wordpress/scss"
"@wordpress/stylelint-config/scss"
],
"rules": {
"comment-empty-line-before": [
Expand All @@ -14,10 +14,10 @@
"declaration-block-semicolon-newline-after": "always-multi-line",
"declaration-block-single-line-max-declarations": 4,
"declaration-no-important": true,
"declaration-property-unit-blacklist": {
"declaration-property-unit-disallowed-list": {
"font-size": [ "px" ]
},
"declaration-property-unit-whitelist": {
"declaration-property-unit-allowed-list": {
"animation": [ "ms" ],
"animation-delay": [ "ms" ],
"animation-duration": [ "ms" ],
Expand Down

0 comments on commit ce200ea

Please sign in to comment.