Frontmatter
| id | 2241 |
| title | buildScripts/buildThemes: add support for import statements inside SCSS files |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jun 3, 2021, 12:35 PM |
| updatedAt | Jun 3, 2021, 12:37 PM |
| githubUrl | https://github.com/neomjs/neo/issues/2241 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jun 3, 2021, 12:37 PM |
I would like to break down the src/Global.scss file into sub-files.
To do this, the theme-build needs to call
scssCombine()on each input file itself.For now, it is fine to limit this one to the neo framework.
We can create a follow up ticket to also support imports inside workspaces.