Skip to content

Commit 4fa8ba1

Browse files
author
Joshua Poddoku
committed
updated tailwind config and modules
1 parent b58a85a commit 4fa8ba1

6 files changed

+439
-4
lines changed

.eslintcache

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"C:\\Users\\joshu\\Desktop\\TUW\\idea-lab\\src\\index.js":"1","C:\\Users\\joshu\\Desktop\\TUW\\idea-lab\\src\\App.js":"2","C:\\Users\\joshu\\Desktop\\TUW\\idea-lab\\src\\reportWebVitals.js":"3"},{"size":500,"mtime":499162500000,"results":"4","hashOfConfig":"5"},{"size":528,"mtime":499162500000,"results":"6","hashOfConfig":"5"},{"size":362,"mtime":499162500000,"results":"7","hashOfConfig":"5"},{"filePath":"8","messages":"9","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"7o8shd",{"filePath":"10","messages":"11","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"12","messages":"13","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\joshu\\Desktop\\TUW\\idea-lab\\src\\index.js",[],"C:\\Users\\joshu\\Desktop\\TUW\\idea-lab\\src\\App.js",[],"C:\\Users\\joshu\\Desktop\\TUW\\idea-lab\\src\\reportWebVitals.js",[]]
1+
[{"C:\\Users\\joshu\\Desktop\\TUW\\idea-lab\\src\\index.js":"1","C:\\Users\\joshu\\Desktop\\TUW\\idea-lab\\src\\App.js":"2","C:\\Users\\joshu\\Desktop\\TUW\\idea-lab\\src\\reportWebVitals.js":"3"},{"size":500,"mtime":1609246880581,"results":"4","hashOfConfig":"5"},{"size":528,"mtime":499162500000,"results":"6","hashOfConfig":"5"},{"size":362,"mtime":499162500000,"results":"7","hashOfConfig":"5"},{"filePath":"8","messages":"9","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"yftmfk",{"filePath":"10","messages":"11","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"12","messages":"13","errorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"C:\\Users\\joshu\\Desktop\\TUW\\idea-lab\\src\\index.js",[],"C:\\Users\\joshu\\Desktop\\TUW\\idea-lab\\src\\App.js",[],"C:\\Users\\joshu\\Desktop\\TUW\\idea-lab\\src\\reportWebVitals.js",[]]

craco.config.js

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
module.exports = {
3+
style: {
4+
postcss: {
5+
plugins: [
6+
require('tailwindcss'),
7+
require('autoprefixer'),
8+
],
9+
},
10+
},
11+
}

0 commit comments

Comments
 (0)