summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/mixins.scss
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2019-02-14 17:54:34 +1100
committerSimon Knox <psimyn@gmail.com>2019-02-15 21:10:19 +1100
commit5996fd145ff8d774573e5a0ef22c3b4f0611196f (patch)
treeab8c31c2ae0c32a2273dd18662550f58f4894580 /app/assets/stylesheets/framework/mixins.scss
parent0328d4faeec093db7744ae5a018174ea4f558a42 (diff)
downloadgitlab-ce-5996fd145ff8d774573e5a0ef22c3b4f0611196f.tar.gz
Only load selected syntax highlight CSS
Compile highlight CSS separately Move highlight-specific mixins out of mixins.scss Rename solarized themes to match theme name as this was a smaller change than changing all instances to snake_case
Diffstat (limited to 'app/assets/stylesheets/framework/mixins.scss')
-rw-r--r--app/assets/stylesheets/framework/mixins.scss5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/stylesheets/framework/mixins.scss b/app/assets/stylesheets/framework/mixins.scss
index b9d0c0d4d96..3b0869e31a9 100644
--- a/app/assets/stylesheets/framework/mixins.scss
+++ b/app/assets/stylesheets/framework/mixins.scss
@@ -113,11 +113,6 @@
}
}
-@mixin dark-diff-match-line {
- color: $dark-diff-match-bg;
- background: $dark-diff-match-color;
-}
-
@mixin webkit-prefix($property, $value) {
#{'-webkit-' + $property}: $value;
#{$property}: $value;