Moved all the styles into a single file

This commit is contained in:
Ariadna 2025-05-15 01:59:24 -04:00
parent 0a6279823e
commit cebae8c7ae
Signed by: ari
SSH key fingerprint: SHA256:j4xpQafvRcIH4rwZqM5aREIogWsCjyYohia7vH0+uZY
5 changed files with 284 additions and 275 deletions

View file

@ -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}`);