mirror of https://github.com/Requarks/wiki.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
445 B
23 lines
445 B
//@import './layout/_fonts';
|
|
@import './layout/_base';
|
|
@import './layout/_mixins';
|
|
|
|
$red: #E53935;
|
|
$orange: #FB8C00;
|
|
$blue: #039BE5;
|
|
$turquoise: #00ACC1;
|
|
$green: #7CB342;
|
|
$purple: #673AB7;
|
|
|
|
$warning: $orange;
|
|
|
|
@import 'bulma';
|
|
@import './libs/twemoji-awesome';
|
|
@import './libs/animate.min.css';
|
|
|
|
@import './components/_alerts';
|
|
@import './components/_editor';
|
|
|
|
@import './layout/_header';
|
|
@import './layout/_footer';
|
|
@import './layout/_content';
|