fille-bot / frontend /tailwind.config.js
Aravind GM
first commit
4f7951a
raw
history blame contribute delete
273 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
// NOTE: Update this to include the paths to all of your component files.
content: ["./app/**/*.{js,jsx,ts,tsx}"],
presets: [require("nativewind/preset")],
theme: {
extend: {},
},
plugins: [],
}