mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2026-03-08 03:47:14 +00:00
14 lines
198 B
JavaScript
14 lines
198 B
JavaScript
module.exports = {
|
|
content: [
|
|
'./index.html',
|
|
'./blog.html',
|
|
'./components/**/*.html',
|
|
'./views/**/*.html',
|
|
'./js/**/*.js'
|
|
],
|
|
theme: {
|
|
extend: {}
|
|
},
|
|
plugins: []
|
|
};
|