refactor: set root layout, rename css, fix links in lint rules \ etc

This commit is contained in:
2026-09-10 15:34:55 +05:00
parent a9b37b4cce
commit 8a2584ab54
16 changed files with 76 additions and 34 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ import postcssCustomMedia from "postcss-custom-media";
export default {
plugins: [
// Breakpoints live only in preview.css (next to the --bp-* tokens);
// Breakpoints live only in app.css (next to the --bp-* tokens);
// global-data injects them so @media (--bp-*) expands in every file.
postcssGlobalData({
files: ["src/preview.css"],
files: ["src/app.css"],
}),
postcssCustomMedia({
preserve: false,