You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to disable postcss-calc because in production makes wrong calc (see the reported bugs at the end).
That library, I think, is used by cssnano.
In Sage 9 I did this adding calc: false in postcss.config.js file:
Hi @dangelion,
It looks like the issue template is missing from this issue. Please take a look at the Contribution Guidelines, which will tell you exactly what your ticket has to contain in order to be processable.
Please do not use the issue tracker for personal support requests. Use Roots Discourse to ask the Roots community for help, or hire someone from the community.
I have to disable
postcss-calc
because in production makes wrong calc (see the reported bugs at the end).That library, I think, is used by cssnano.
In Sage 9 I did this adding
calc: false
inpostcss.config.js
file:Tried also this:
No solutions work and give no error!
How can do that?
Or how can remove
postcss-calc
at all from Sage 10?The text was updated successfully, but these errors were encountered: