File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
# transform-function-no-whitespace
2
2
3
- Disallow whitespace between transform functions and their parentheses
3
+ > Disallow whitespace between transform functions and their parentheses
4
+
5
+ ![ Build] ( https://img.shields.io/github/actions/workflow/status/qwloh/stylelint-transform-function-no-whitespace/npm-publish.yml )
6
+ ![ Last Commit] ( https://img.shields.io/github/last-commit/qwloh/stylelint-transform-function-no-whitespace )
4
7
5
8
For projects that would like to safeguard their transform functions when used with CSS, SCSS, or PostCSS variables.
6
9
@@ -34,8 +37,3 @@ export default {
34
37
## Documentation
35
38
36
39
Please refer to [ GitHub README] ( https://github.com/qwloh/stylelint-transform-function-no-whitespace#readme ) for full documentation.
37
-
38
- ![ Build] ( https://img.shields.io/github/actions/workflow/status/qwloh/stylelint-transform-function-no-whitespace/npm-publish.yml )
39
- ![ NPM Version] ( https://img.shields.io/npm/v/stylelint-transform-function-no-whitespace )
40
- ![ Unpacked Size] ( https://img.shields.io/npm/unpacked-size/stylelint-transform-function-no-whitespace )
41
- ![ Last Commit] ( https://img.shields.io/github/last-commit/qwloh/stylelint-transform-function-no-whitespace )
You can’t perform that action at this time.
0 commit comments