No Code Attached Yet
avatar ghazal
ghazal
14 Nov 2021

While using the npm-scss feature, I noticed that template.min.css was not updated (template.css was though).
Reading the error message, I figured out it was related to an outdated PostCss Version (ie 7.xx).
Updating PostCss to 8.x in package.jon:

"devDependencies": {
...
"postcss": "^8.3.11",

resolved the issue.

avatar ghazal ghazal - open - 14 Nov 2021
avatar ghazal ghazal - change - 14 Nov 2021
Labels Removed: ?
avatar joomla-cms-bot joomla-cms-bot - change - 14 Nov 2021
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 14 Nov 2021
avatar HLeithner
HLeithner - comment - 14 Nov 2021

please create a pull request.

avatar rdeutz rdeutz - change - 15 Nov 2021
Status New Closed
Closed_Date 0000-00-00 00:00:00 2021-11-15 09:14:58
Closed_By rdeutz
avatar rdeutz rdeutz - close - 15 Nov 2021
avatar rdeutz
rdeutz - comment - 15 Nov 2021

closed because we have a PR

Add a Comment

Login with GitHub to post a comment