Skip to content

Commit

Permalink
docs: Stylelint property-no-unknown (#16497)
Browse files Browse the repository at this point in the history
* docs: Stylelint property-no-unknown

* Update docs/src/assets/scss/components/resources.scss
  • Loading branch information
nschonni committed Nov 5, 2022
1 parent d2cecb4 commit ce93b42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/.stylelintrc.json
Expand Up @@ -17,7 +17,6 @@
"no-duplicate-selectors": null,
"number-leading-zero": null,
"number-no-trailing-zeros": null,
"property-no-unknown": null,
"property-no-vendor-prefix": null,
"selector-class-pattern": null,
"value-keyword-case": null
Expand Down
2 changes: 1 addition & 1 deletion docs/src/assets/scss/components/resources.scss
Expand Up @@ -47,7 +47,7 @@
left: 0;
offset-inline-start: 0;
top: 0;
block-inline-start: 0;
offset-block-start: 0;
width: 100%;
height: 100%;
}
Expand Down

0 comments on commit ce93b42

Please sign in to comment.