Closed baptistecs closed 3 months ago
Expected behavior:
Describe the bug:
jss-preset-default options + { id: { minify: true } } doesn't minify selector names:
Reproduction:
https://codesandbox.io/p/sandbox/jss-minify-8w76d4?file=%2Fsrc%2Findex.mjs
Versions (please complete the following information):
Managing expectations:
Maintainers will not be fixing the problem you have unless they have it too, if you want it to get fixed:
You can also do the first step only and wait for someone else to work on a fix. Anything is much better than nothing.
Sorry it works fine when we replace jss.setup(preset()) by jss.setup(options) 🤦♂️
Expected behavior:
Describe the bug:
jss-preset-default options + { id: { minify: true } } doesn't minify selector names:
Reproduction:
https://codesandbox.io/p/sandbox/jss-minify-8w76d4?file=%2Fsrc%2Findex.mjs
Versions (please complete the following information):
Managing expectations:
Maintainers will not be fixing the problem you have unless they have it too, if you want it to get fixed:
You can also do the first step only and wait for someone else to work on a fix. Anything is much better than nothing.