summaryrefslogtreecommitdiff
path: root/.stylelintrc
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@14-0-stable-eev14.0.0-rc42GitLab Bot2021-06-161-0/+1
|
* Add latest changes from gitlab-org/gitlab@13-10-stable-eev13.10.0-rc40GitLab Bot2021-03-161-93/+6
|
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-4/+17
|
* Merge branch 'winh-boards-drag-selection' into 'master'Annabel Dunstone Gray2019-04-261-1/+1
|\ | | | | | | | | | | | | Prevent text selection when dragging in issue boards Closes #59378 See merge request gitlab-org/gitlab-ce!27724
| * Add vendor prefixes for user-selectWinnie Hellmann2019-04-261-1/+1
| |
* | Make stylelint config a valid JSON fileWinnie Hellmann2019-04-261-4/+4
|/
* 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