summaryrefslogtreecommitdiff
path: root/.stylelintrc
Commit message (Collapse)AuthorAgeFilesLines
* First iteration of GitLab own StylelintsTim Zallmann2019-03-261-3/+7
| | | | | | | | DRYed the code Changed new rules to warnings Manual prettified and added stylelint rules
* Fixed sticky bar styling in SafariPhil Hughes2019-03-081-1/+1
| | | | Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/58625
* Added Stylelint SetupTim Zallmann2019-02-251-28/+105
| | | | | | | | | | | | | | | | | | | | | | Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies First round of advanced stylelint rules Mainly Vendor prefix updates related to flex Updates to more webkit specific vendor prefixes Finished all vendor specific fixes Moved now 4 rules to warning Fixed the new scss lint problems More stylelint adaptions after rebase
* Added Stylelint SetupTim Zallmann2019-02-141-0/+30
Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies