mirror of
https://github.com/snowball-tools/snowballtools-base
synced 2025-01-10 14:18:06 +00:00
9 lines
156 B
JavaScript
9 lines
156 B
JavaScript
|
/** @type {import('tailwindcss').Config} */
|
||
|
module.exports = {
|
||
|
content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
||
|
theme: {
|
||
|
extend: {},
|
||
|
},
|
||
|
plugins: [],
|
||
|
};
|