feat: Updates tailwind to 4.*
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import typography from "@tailwindcss/typography";
|
||||
import defaultTheme from "tailwindcss/defaultTheme";
|
||||
const colors = require('tailwindcss/colors');
|
||||
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./Sources/ViewControllerLive/Views/*.swift"],
|
||||
content: ["./Sources/ViewControllerLive/Views/*.swift", "./Sources/ViewControllerLive/*.swift"],
|
||||
theme: {
|
||||
container: {
|
||||
center: true,
|
||||
@@ -81,7 +80,6 @@ module.exports = {
|
||||
textOpacity: false,
|
||||
},
|
||||
plugins: [
|
||||
typography({ target: "legacy" }),
|
||||
|
||||
function ({ addBase, theme }) {
|
||||
function extractColorVars(colorObj, colorGroup = "") {
|
||||
|
||||
Reference in New Issue
Block a user