mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Piotr Monwid-Olechnowicz <hasparus@gmail.com>
9 lines
165 B
JavaScript
9 lines
165 B
JavaScript
import config from '@theguild/tailwind-config/postcss.config';
|
|
|
|
export default {
|
|
...config,
|
|
plugins: {
|
|
...config.plugins,
|
|
'postcss-nesting': {},
|
|
},
|
|
};
|