spacedrive/apps/storybook/postcss.config.js
Ericson "Fogo" Soares f8033d1842
[ENG-941] Jobs running in another library do not appear in the job manager (#1306)
* Fetching job reports from all libraries
Some clippy warnings
pnpm format

* Reverting expects to unwraps
2023-09-07 04:15:31 +00:00

11 lines
186 B
JavaScript

module.exports = {
plugins: {
'tailwindcss': {},
'autoprefixer': {},
'postcss-pseudo-companion-classes': {
prefix: 'sb-pseudo--',
restrictTo: [':hover', ':focus']
}
}
};