git-odyssey / tailwind.config.js
phohale's picture
/deepsite/new:21 Unrecognized feature: 'ambient-light-sensor'.
1b1e251 verified
Raw
History Blame Contribute Delete
123 Bytes
module.exports = {
content: [
"./index.html",
"./script.js"
],
theme: {
extend: {},
},
plugins: [],
}