Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9abec1

Browse files
committed
tailwind css initialized
1 parent 83852e0 commit d9abec1

File tree

3 files changed

+227
-7
lines changed

3 files changed

+227
-7
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"babel-loader": "^8.1.0",
2929
"react": "^16.13.1",
3030
"react-dom": "^16.13.1",
31+
"tailwindcss": "^1.3.4",
3132
"webpack": "^4.42.1",
3233
"webpack-cli": "^3.3.11"
3334
},

tailwind.config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
theme: {
3+
extend: {},
4+
},
5+
variants: {},
6+
plugins: [],
7+
}

0 commit comments

Comments
 (0)