This repository has been archived on 2025-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
ems-frontend/tailwind.config.js

12 lines
183 B
JavaScript
Raw Normal View History

2024-12-18 12:00:05 +01:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [
2024-12-18 12:14:51 +01:00
'./src/**/*.{html,ts,css,scss,sass,less,styl}',
2024-12-18 12:00:05 +01:00
],
theme: {
extend: {},
},
plugins: [],
}