This repository has been archived on 2025-06-11. You can view files and clone it, but cannot push or open issues or pull requests.
www_ow_freezone/tailwind.config.js
2022-08-11 15:34:45 +03:00

9 lines
139 B
JavaScript

const colors = require('tailwindcss/colors')
module.exports = {
important: '#content',
content: [
'./templates/**/*.html'
]
}