2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Fix asset compile problems

This commit is contained in:
Neil Lalonde 2013-09-05 18:04:45 -04:00
parent eb0442159c
commit cbe38075ac
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
@import "variables";
@import "mixins";
@import "common/foundation/variables";
@import "common/foundation/mixins";
// --------------------------------------------------
// Base styles for HTML elements

View file

@ -12,7 +12,7 @@
* no longer required.
*/
@import "foundation/mixins";
@import "common/foundation/mixins";
a:focus {
outline: thin dotted #333;