Moved all the styles into a single file
This commit is contained in:
parent
0a6279823e
commit
cebae8c7ae
5 changed files with 284 additions and 275 deletions
|
@ -1,8 +1,9 @@
|
|||
import { Plugin } from 'vite';
|
||||
import { Config } from './config';
|
||||
|
||||
|
||||
// Replaces app.css with the contents of the file specified in the
|
||||
// config file.
|
||||
|
||||
export const themePlugin = (): Plugin => {
|
||||
const themeFile = Config.THEME;
|
||||
console.log(`Using theme file: ${themeFile}`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue