An error occurred fetching the project authors.
  1. 26 Mar, 2019 2 commits
    • Douwe Maan's avatar
      Move all Markdown styling to .md in typography · 8bdf39b7
      Douwe Maan authored
      When https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/4765 was
      created, comments were wrapped in `.note-text`, while Markdown previews
      were wrapped in `.md.md-preview-holder`. Both `.note-text` and `.md`
      included the `md-typography` mixin, but for some reason the bulleted
      list styling had previously been only under `.note-text`, rather than
      `md-typography`. It could've been moved there, but instead was moved to
      a new `bulleted-list` mixin that now became included by both
      `.md.md-preview-holder` and `.note-text`.
      
      Since https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5162,
      comments have also been wrapped in `.md`, which means we only need to
      define these bulleted list styles there!
      
      Similarly, https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/10909
      added table styling to `.md`, `.note-text`, and `.wiki` through the
      `markdown-table` mixin.
      https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25666 removed it
      from `.note-text`, since all `.note-text` elements already have `.md`
      too, and copied some of the styling from this mixin into the
      `md-typography` mixin which was used by both `.md` and `.wiki`. As of an
      earlier commit in this MR, `.wiki` is gone, which means we only still
      need it under `.md`.
      8bdf39b7
    • Douwe Maan's avatar
      Remove .wiki and @md-typography mixin in favor of .md and .md-file · 77d3cae3
      Douwe Maan authored
      Before, the styling for `img:not(.emoji)`` was repeated between
      `.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown
      preview), `.documentation.wiki` (for help pages), and
      `.issuable-details .description .wiki` (for MR and issue descriptions).
      
      In these places, we now simply use `.md`. Wherever we use `.md` but
      don't want this image styling (like wikis and blobs), `.md-file` is
      added.
      77d3cae3
  2. 21 Mar, 2019 1 commit
    • Enrique Alcántara's avatar
      Remove :not pseudo-class from md-table styles · 5e67f54f
      Enrique Alcántara authored
      Rollback change that adds :not(js-syntax-highlight) pseudo-class
      to markdown selectors to fix syntax highlight tables in
      MR code suggestions. Removes redundant inclusion of
      md-typography mixin as an alternative fix.
      5e67f54f
  3. 27 Feb, 2019 1 commit
  4. 25 Feb, 2019 1 commit
    • Tim Zallmann's avatar
      Added Stylelint Setup · 46a1ca28
      Tim Zallmann authored
      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
      46a1ca28
  5. 22 Feb, 2019 1 commit
  6. 14 Feb, 2019 1 commit
    • Tim Zallmann's avatar
      Added Stylelint Setup · 0b535661
      Tim Zallmann authored
      Added stylelint to static-analysis
      Updated yarn dependencies
      CSS Fixes and rule adoptions of stylelint
      Added stylelint-scss
      Deduplicated yarn.lock to clear dependencies
      0b535661
  7. 24 Jan, 2019 1 commit
  8. 15 Jan, 2019 1 commit
  9. 08 Dec, 2018 2 commits
  10. 20 Nov, 2018 1 commit
  11. 24 Oct, 2018 1 commit
  12. 26 Sep, 2018 1 commit
  13. 11 Sep, 2018 2 commits
  14. 30 Aug, 2018 1 commit
  15. 17 Aug, 2018 1 commit
  16. 16 Aug, 2018 1 commit
  17. 14 Aug, 2018 2 commits
  18. 30 Jul, 2018 2 commits
  19. 26 Jul, 2018 1 commit
  20. 24 Jul, 2018 2 commits
  21. 06 Jul, 2018 2 commits
  22. 05 Jun, 2018 1 commit
  23. 01 Jun, 2018 1 commit
  24. 25 May, 2018 1 commit
  25. 14 May, 2018 1 commit
  26. 08 May, 2018 2 commits
  27. 26 Apr, 2018 1 commit
  28. 09 Apr, 2018 1 commit
  29. 06 Apr, 2018 1 commit
  30. 23 Feb, 2018 1 commit
  31. 21 Feb, 2018 1 commit
  32. 16 Feb, 2018 1 commit