-
Notifications
You must be signed in to change notification settings - Fork 157
Closed
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✨ themes✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.duplicateseverity: lowversion: 13.1.x
Description
Description
When building an angular project using igniteui-angular@13.1.0 there are warnings in the theming engine.
- igniteui-angular version: 13.1.0
- angular version: 13.3.0
Steps to reproduce
- Unzip the attached sample.
- npm i
- npm run build
Result
Warning: ▲ [WARNING] Expected identifier but found ":"
styles.36876be4db3415a1.css:71:18931:
71 │ ...phy .igx-expansion-panel__body{:var(--igx--);margin:0}.igx-typo...
╵ ^
Warning: ▲ [WARNING] Expected identifier but found ":"
styles.36876be4db3415a1.css:71:32079:
71 │ ...ypography .igx-calendar__label{:var(--igx--)}.igx-typography .i...
╵ ^
Warning: ▲ [WARNING] Expected identifier but found ":"
styles.36876be4db3415a1.css:71:38590:
71 │ ...ypography .igx-calendar__label{:var(--igx--)}.igx-typography .i...
╵ ^Expected result
No warnings
Attachments
simeonoff
Metadata
Metadata
Labels
🐛 bugAny issue that describes a bugAny issue that describes a bug✨ themes✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.duplicateseverity: lowversion: 13.1.x