test-space / tailwind.config.js
KingNish's picture
Initial commit: Basic project structure and page templates created. (#21)
f282b32 verified
raw
history blame contribute delete
148 Bytes
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./*.{html,js}"],
theme: {
extend: {},
},
plugins: [],
}