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.
22 lines
436 B
22 lines
436 B
@import "global";
|
|
|
|
@import "base/reset";
|
|
@import "base/base";
|
|
@import 'base/icons';
|
|
|
|
// @import "../libs/animate/animate";
|
|
|
|
@import 'components/markdown-content';
|
|
@import 'components/data-table';
|
|
@import 'components/dialog';
|
|
|
|
// @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';
|