Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
ee1a2281
Commit
ee1a2281
authored
6 years ago
by
ruedap
Committed by
XhmikosR
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix incorrect value of Stylelint option (#26192)
parent
ee91fdbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.stylelintrc
+1
-3
.stylelintrc
with
1 addition
and
3 deletions
+1
-3
.stylelintrc
+
1
-
3
View file @
ee1a2281
...
...
@@ -4,9 +4,7 @@
"stylelint-order"
],
"rules": {
"at-rule-empty-line-before": [null, {
"except": ["first-nested"]
}],
"at-rule-empty-line-before": null,
"at-rule-name-space-after": "always",
"at-rule-no-vendor-prefix": true,
"at-rule-semicolon-space-before": "never",
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment