Compare commits
1 Commits
temp-andro
...
a38bec928d
| Author | SHA1 | Date | |
|---|---|---|---|
|
a38bec928d
|
@@ -1,12 +0,0 @@
|
|||||||
/** @type {import("tailwindcss").Config} */
|
|
||||||
module.exports = {
|
|
||||||
mode: "all",
|
|
||||||
content: ["./src/**/*.{rs,html,css}"],
|
|
||||||
theme: {
|
|
||||||
fontFamily: {
|
|
||||||
sans: ["Inter", "sans-serif"],
|
|
||||||
},
|
|
||||||
extend: {},
|
|
||||||
},
|
|
||||||
plugins: [],
|
|
||||||
};
|
|
||||||
@@ -1,10 +0,0 @@
|
|||||||
/* stylelint-disable */
|
|
||||||
|
|
||||||
/* noinspection CssInvalidAtRule */
|
|
||||||
@tailwind base;
|
|
||||||
/* noinspection CssInvalidAtRule */
|
|
||||||
@tailwind components;
|
|
||||||
/* noinspection CssInvalidAtRule */
|
|
||||||
@tailwind utilities;
|
|
||||||
|
|
||||||
/* stylelint-enable */
|
|
||||||
Reference in New Issue
Block a user