Skip to content

Commit ce93b42

Browse files
authored
docs: Stylelint property-no-unknown (#16497)
* docs: Stylelint property-no-unknown * Update docs/src/assets/scss/components/resources.scss
1 parent d2cecb4 commit ce93b42

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

docs/.stylelintrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"no-duplicate-selectors": null,
1818
"number-leading-zero": null,
1919
"number-no-trailing-zeros": null,
20-
"property-no-unknown": null,
2120
"property-no-vendor-prefix": null,
2221
"selector-class-pattern": null,
2322
"value-keyword-case": null

docs/src/assets/scss/components/resources.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
left: 0;
4848
offset-inline-start: 0;
4949
top: 0;
50-
block-inline-start: 0;
50+
offset-block-start: 0;
5151
width: 100%;
5252
height: 100%;
5353
}

0 commit comments

Comments
 (0)