Fix asset compile problems
This commit is contained in:
parent
eb0442159c
commit
cbe38075ac
|
@ -1,5 +1,5 @@
|
|||
@import "variables";
|
||||
@import "mixins";
|
||||
@import "common/foundation/variables";
|
||||
@import "common/foundation/mixins";
|
||||
|
||||
// --------------------------------------------------
|
||||
// Base styles for HTML elements
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
* no longer required.
|
||||
*/
|
||||
|
||||
@import "foundation/mixins";
|
||||
@import "common/foundation/mixins";
|
||||
|
||||
a:focus {
|
||||
outline: thin dotted #333;
|
Loading…
Reference in New Issue