css: fix 020_base.scss getting imported twice.

This import caused all in the rules in 020_base.scss to be included
twice in the final stylesheet.
This commit is contained in:
evazion
2018-09-14 10:08:13 -05:00
parent a5ef97a608
commit 0aecc9d34c
2 changed files with 1 additions and 7 deletions

View File

@@ -1,10 +1,4 @@
@import "../base/020_base.scss";
#c-maintenance-user-api-keys {
#api-key {
@extend code;
}
.button_to {
display: inline-block;
}