mirror of https://github.com/requarks/wiki
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.
24 lines
504 B
24 lines
504 B
@import "global";
|
|
|
|
@import 'base/icons';
|
|
|
|
@import "../libs/animate/animate";
|
|
|
|
@import 'components/button';
|
|
@import 'components/markdown-content';
|
|
@import 'components/navigator';
|
|
@import 'components/panel';
|
|
@import 'components/setup';
|
|
@import 'components/toggle';
|
|
@import 'components/typography';
|
|
|
|
// @import '../libs/twemoji/twemoji-awesome';
|
|
@import '../libs/prism/prism.css';
|
|
@import 'node_modules/diff2html/dist/diff2html.min';
|
|
|
|
@import 'pages/welcome';
|
|
|
|
@import 'layout/_rtl';
|
|
|
|
@import 'base/print';
|