build: fix sass imports

This commit is contained in:
Johannes Loher 2025-02-15 18:09:51 +01:00
parent 873d5f98d8
commit a72af4f55f
No known key found for this signature in database
GPG key ID: 7CB0A9FB553DA045
4 changed files with 479 additions and 441 deletions

View file

@ -2,7 +2,7 @@
//
// SPDX-License-Identifier: MIT
import styles from "@ironkinoko/rollup-plugin-styles";
import styles from "rollup-plugin-styler";
import { swc } from "rollup-plugin-swc3";
import { copy } from "@guanghechen/rollup-plugin-copy";