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.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-11-15 09:14:58 |
Closed_By | ⇒ | rdeutz |
closed because we have a PR
please create a pull request.