[web-client] simple theme: stylelint LESS source files

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2025-02-04 17:29:48 +01:00 committed by Markus Heiser
parent b74496b192
commit a8ed79b730
5 changed files with 1103 additions and 653 deletions

View file

@ -4,6 +4,7 @@
import { resolve } from "node:path";
import { defineConfig } from "vite";
import stylelint from "vite-plugin-stylelint";
import { viteStaticCopy } from "vite-plugin-static-copy";
@ -105,6 +106,12 @@ export default defineConfig({
plugins: [
stylelint({
build: true,
emitWarningAsError: true,
fix: true,
}),
// Leaflet
viteStaticCopy({