From 5d6f1038d761ad4d2b8b6a35d1f7585337f599d5 Mon Sep 17 00:00:00 2001
From: Alf Eaton <eaton.alf@gmail.com>
Date: Fri, 8 Sep 2017 11:01:45 +0100
Subject: [PATCH] Add lint stage to pipeline

---
 src/atoms/Tags.scss | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/atoms/Tags.scss b/src/atoms/Tags.scss
index 0481c2651..991d4395c 100644
--- a/src/atoms/Tags.scss
+++ b/src/atoms/Tags.scss
@@ -1,3 +1,5 @@
+/* stylelint-disable */
+
 /* trying to reuse some parts frome pubsweet website: the mixins for the underlines for the tags */
 
 $color: var(--color-primary);
-- 
GitLab