We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2cecb4 commit ce93b42Copy full SHA for ce93b42
2 files changed
docs/.stylelintrc.json
@@ -17,7 +17,6 @@
17
"no-duplicate-selectors": null,
18
"number-leading-zero": null,
19
"number-no-trailing-zeros": null,
20
- "property-no-unknown": null,
21
"property-no-vendor-prefix": null,
22
"selector-class-pattern": null,
23
"value-keyword-case": null
docs/src/assets/scss/components/resources.scss
@@ -47,7 +47,7 @@
47
left: 0;
48
offset-inline-start: 0;
49
top: 0;
50
- block-inline-start: 0;
+ offset-block-start: 0;
51
width: 100%;
52
height: 100%;
53
}
0 commit comments