/** * The theme code will be bundled by Modern.js Module Tools, but it will ignore the `@import` in css file. So we need to import the css file in js/ts file to make sure the css file will be bundled. */ import 'nprogress/nprogress.css'; import './vars/brand-vars.css'; import './vars/shiki-vars.css'; import './vars/code-vars.css'; import './vars/home-vars.css'; import './vars/base-vars.css'; import './base.css'; import './scrollbar.scss'; import './shiki.scss';