mirror of
https://github.com/IRBorisov/ConceptPortal.git
synced 2025-06-26 13:00:39 +03:00
9 lines
140 B
JavaScript
9 lines
140 B
JavaScript
export default {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
'tailwindcss/nesting': {},
|
|
'tailwindcss': {},
|
|
'autoprefixer': {}
|
|
}
|
|
};
|