Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2019-03-26 11:13:21 +0300
committerKushal Pandya <kushalspandya@gmail.com>2019-03-26 11:13:21 +0300
commit5b05d2b987e1c261d161667eb9a8710a527cba31 (patch)
tree121c37780037d446fb087309b83fb1dfc804b5cb /app/assets/stylesheets/notify.scss
parentb4de23a687d16c96f1adaa456e4aeaac64d9cb23 (diff)
First iteration of GitLab own Stylelints
DRYed the code Changed new rules to warnings Manual prettified and added stylelint rules
Diffstat (limited to 'app/assets/stylesheets/notify.scss')
-rw-r--r--app/assets/stylesheets/notify.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/notify.scss b/app/assets/stylesheets/notify.scss
index f24c80bd81c..d77b7dfad68 100644
--- a/app/assets/stylesheets/notify.scss
+++ b/app/assets/stylesheets/notify.scss
@@ -1,4 +1,4 @@
-@import "framework/variables";
+@import 'framework/variables';
img {
max-width: 100%;