This repository has been archived on 2025-10-15. You can view files and clone it, but cannot push or open issues or pull requests.
Files
www_ourworld_archived/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'
]
}