nx/graph/ui-code-block/postcss.config.js
Katerina Skroumpelou 66929530b1
feat(graph): hover to see source & more UI updates (#21182)
Co-authored-by: Jack Hsu <jack.hsu@gmail.com>
2024-01-18 17:34:54 -05:00

10 lines
175 B
JavaScript

const { join } = require('path');
module.exports = {
plugins: {
tailwindcss: {
config: join(__dirname, 'tailwind.config.js'),
},
autoprefixer: {},
},
};