forked from Icycoide/searxng
[web-client] simple theme: stylelint LESS source files
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
b74496b192
commit
a8ed79b730
5 changed files with 1103 additions and 653 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue