mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 21:10:38 +03:00
13 lines
186 B
JavaScript
13 lines
186 B
JavaScript
![]() |
/** @type {import('tailwindcss').Config} */
|
||
|
module.exports = {
|
||
|
darkMode: 'class',
|
||
|
content: [
|
||
|
'./src/**/*.{js,jsx,ts,tsx}',
|
||
|
],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
}
|
||
|
|