fixed tailwind
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
/** @type {import('tailwindcss').Config} */
|
/** @type {import('tailwindcss').Config} */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
// NOTE: Update this to include the paths to all files that contain Nativewind classes.
|
// NOTE: Update this to include the paths to all files that contain Nativewind classes.
|
||||||
content: ["./app/**/*.{js,jsx,ts,tsx}"],
|
content: ["./app/**/*.{js,jsx,ts,tsx}", "./src/**/*.{js,jsx,ts,tsx}"],
|
||||||
presets: [require("nativewind/preset")],
|
presets: [require("nativewind/preset")],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user