Initialize project without preview renderer
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
content: ['./public/index.html', './src/**/*.{js,jsx}'],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
primary: '#0f172a',
|
||||
accent: '#38bdf8',
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user