Read time to article resource

This commit is contained in:
2020-08-09 02:10:14 +05:00
parent a254315c77
commit d461084d1c
15 changed files with 186 additions and 4 deletions

8
tailwind.config.js vendored Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
purge: [],
theme: {
extend: {},
},
variants: {},
plugins: [],
}