Initial Config of components
- eleventy - tailwindcss - postcss - webpack
This commit is contained in:
14
tailwind.config.js
Normal file
14
tailwind.config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
module.exports = {
|
||||
theme: {
|
||||
container: {
|
||||
center: true,
|
||||
padding: '2rem',
|
||||
},
|
||||
extend: {},
|
||||
},
|
||||
variants: {
|
||||
extend: {},
|
||||
},
|
||||
plugins: [require('@tailwindcss/typography')],
|
||||
pruge: ['./src/**/*.js', './src/**/*.njk', './src/**/*.svg'],
|
||||
};
|
||||
Reference in New Issue
Block a user