summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/mixins.scss
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-09-09 11:59:36 -0500
committerClement Ho <ClemMakesApps@gmail.com>2016-10-08 12:18:41 -0500
commitdf4c4833fc68f10edbdf0873ea3238bba53a7a80 (patch)
treefd4d575de0081cf22bd6b0ff742f003a73189d6b /app/assets/stylesheets/framework/mixins.scss
parent6678fab3688b9f96c551a7926e85dc855b7d4bda (diff)
downloadgitlab-ce-df4c4833fc68f10edbdf0873ea3238bba53a7a80.tar.gz
Remove redundant mixins
Diffstat (limited to 'app/assets/stylesheets/framework/mixins.scss')
-rw-r--r--app/assets/stylesheets/framework/mixins.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/app/assets/stylesheets/framework/mixins.scss b/app/assets/stylesheets/framework/mixins.scss
index 1ec08cdef23..7c207969b0a 100644
--- a/app/assets/stylesheets/framework/mixins.scss
+++ b/app/assets/stylesheets/framework/mixins.scss
@@ -1,15 +1,4 @@
/**
- * Generic mixins
- */
-@mixin box-shadow($shadow) {
- box-shadow: $shadow;
-}
-
-@mixin border-radius($radius) {
- border-radius: $radius;
-}
-
-/**
* Prefilled mixins
* Mixins with fixed values
*/