Frontmatter
| id | 3580 |
| title | buildScripts/watchThemes: add support for imported SCSS files |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Dec 7, 2022, 6:16 PM |
| updatedAt | Dec 7, 2022, 6:18 PM |
| githubUrl | https://github.com/neomjs/neo/issues/3580 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 7, 2022, 6:18 PM |
since we are using a file buffer based sass rendering, import paths inside your own scss files can get resolved incorrectly.
we do need a regex-based parsing to adjust potentially wrong paths.