gitlab-org--gitlab-foss/app/views/projects/milestones
Douwe Maan 838f7e56a4
Remove .wiki and @md-typography mixin in favor of .md and .md-file
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.
2019-03-26 14:29:33 +01:00
..
_deprecation_message.html.haml Project Milestone Tabs Deprecation Partial 2018-08-28 11:30:44 +02:00
_form.html.haml Remove Redcarpet markdown engine 2019-02-04 12:48:35 +01:00
_milestone.html.haml Create and use project path helpers that only need a project, no namespace 2017-07-05 11:11:59 -05:00
edit.html.haml Externalize strings from /app/views/projects/milestones 2019-01-29 11:49:03 +00:00
index.html.haml Externalize strings from /app/views/projects/milestones 2019-01-29 11:49:03 +00:00
new.html.haml Externalize strings from /app/views/projects/milestones 2019-01-29 11:49:03 +00:00
show.html.haml Remove .wiki and @md-typography mixin in favor of .md and .md-file 2019-03-26 14:29:33 +01:00
update.js.haml