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:
@@ -1,10 +1,4 @@
|
||||
@import "../base/020_base.scss";
|
||||
|
||||
#c-maintenance-user-api-keys {
|
||||
#api-key {
|
||||
@extend code;
|
||||
}
|
||||
|
||||
.button_to {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user