10 lines
166 B
JavaScript
10 lines
166 B
JavaScript
/** @type {import('tailwindcss').Config} */
|
|
module.exports = {
|
|
content: [ "rauhala.info/**/{*.markdown,*.html}"],
|
|
theme: {
|
|
extend: {},
|
|
},
|
|
plugins: [],
|
|
}
|
|
|