mirror of
https://github.com/graphql-hive/console
synced 2026-04-27 01:17:16 +00:00
10 lines
165 B
JavaScript
10 lines
165 B
JavaScript
|
|
import config from '@theguild/tailwind-config/postcss.config';
|
||
|
|
|
||
|
|
export default {
|
||
|
|
...config,
|
||
|
|
plugins: {
|
||
|
|
...config.plugins,
|
||
|
|
'postcss-nesting': {},
|
||
|
|
},
|
||
|
|
};
|