Co-authored-by: Bavisetti Narayan <[email protected]> Co-authored-by: NarayanBavisetti <[email protected]> Co-authored-by: Bavisetti Narayan <[email protected]> Co-authored-by: Nikhil <[email protected]> Co-authored-by: M. Palanikannan <[email protected]> Co-authored-by: Lakhan Baheti <[email protected]> Co-authored-by: Dakshesh Jain <[email protected]> Co-authored-by: Aaryan Khandelwal <[email protected]>
8 lines
114 B
JavaScript
8 lines
114 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
"tailwindcss/nesting": {},
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
};
|