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:
authorFilipa Lacerda <filipa@gitlab.com>2019-04-09 11:21:42 +0300
committerPhil Hughes <me@iamphill.com>2019-04-09 11:21:42 +0300
commit03d173588999aeac2a77cfaef6a9a47353454e8a (patch)
treeafba0155bbbe8d7d010ef31a54aaa4be7b9ede87 /app/assets/stylesheets/application.scss
parent0bda6cc146eb59f3d554db8dea84477e99f95fe8 (diff)
Adds a vendors folder for third party CSS
Does not run stylelint for the vendors folder
Diffstat (limited to 'app/assets/stylesheets/application.scss')
-rw-r--r--app/assets/stylesheets/application.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss
index 8aaa9772715..a2f518cd24e 100644
--- a/app/assets/stylesheets/application.scss
+++ b/app/assets/stylesheets/application.scss
@@ -28,6 +28,9 @@
// Component specific styles, will be moved to gitlab-ui
@import "components/**/*";
+// Vendors specific styles
+@import "vendors/**/*";
+
// Styles for JS behaviors.
@import "behaviors";