mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08:00
Fix asset compile problems
This commit is contained in:
parent
eb0442159c
commit
cbe38075ac
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
@import "variables";
|
@import "common/foundation/variables";
|
||||||
@import "mixins";
|
@import "common/foundation/mixins";
|
||||||
|
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
// Base styles for HTML elements
|
// Base styles for HTML elements
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
* no longer required.
|
* no longer required.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import "foundation/mixins";
|
@import "common/foundation/mixins";
|
||||||
|
|
||||||
a:focus {
|
a:focus {
|
||||||
outline: thin dotted #333;
|
outline: thin dotted #333;
|
Loading…
Add table
Add a link
Reference in a new issue