Frontmatter
| id | 1799 |
| title | replace node-sass with dart-sass |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 16, 2021, 2:05 PM |
| updatedAt | Apr 16, 2021, 2:08 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1799 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 16, 2021, 2:08 PM |
node-sass was charming, since it was using a faster c based compiler (libsass).
however, the project got deprecated: https://www.npmjs.com/package/node-sass/v/5.0.0
"Warning: LibSass and Node Sass are deprecated. While they will continue to receive maintenance releases indefinitely, there are no plans to add additional features or compatibility with any new CSS or Sass features. Projects that still use it should move onto Dart Sass."
i tested the now called
sasspackage (dart-sass) and the theme builds work fine.the package is also now included officially: https://sass-lang.com/install