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

This commit is contained in:
2026-09-10 19:28:22 +05:00
parent b6318f03ab
commit e970b47720
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,