Remove unneeded Stylelint suppressions. (#29222)

This commit is contained in:
XhmikosR 2019-08-07 17:26:04 +03:00 committed by GitHub
parent 6fc9108a86
commit ecaefed920
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
// stylelint-disable declaration-no-important, selector-list-comma-newline-after
// //
// Headings // Headings
// //

View File

@ -1,4 +1,4 @@
// stylelint-disable no-duplicate-selectors, selector-no-qualifying-type // stylelint-disable no-duplicate-selectors
// //
// Grid examples // Grid examples