-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
package.json: stylelint: Add logical property checker
Auto-fix usage of logical properties. This should help out with RTL as otherwise properties need to be changed from for example padding-left to padding-right.
- Loading branch information
1 parent
99efdb6
commit e8eaecf
Showing
9 changed files
with
32 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule node_modules
updated
13 files
+15 −3 | .package-lock.json | |
+2 −1 | .package.json | |
+23 −1 | punycode/README.md | |
+3 −3 | punycode/package.json | |
+1 −1 | punycode/punycode.es6.js | |
+1 −1 | punycode/punycode.js | |
+108 −0 | stylelint-use-logical-spec/LICENSE.md | |
+267 −0 | stylelint-use-logical-spec/README.md | |
+432 −0 | stylelint-use-logical-spec/index.cjs.js | |
+1 −0 | stylelint-use-logical-spec/index.cjs.js.map | |
+424 −0 | stylelint-use-logical-spec/index.es.mjs | |
+1 −0 | stylelint-use-logical-spec/index.es.mjs.map | |
+77 −0 | stylelint-use-logical-spec/package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters