importing styling #11664
-
Latest taiga requires angular 20. After migrating i am facing an issue with styles import
because initially i am using scss. With Angular 19 it was possible. |
Beta Was this translation helpful? Give feedback.
Answered by
vytautas-pranskunas-
Aug 15, 2025
Replies: 1 comment
-
now you need explicitly install less loader npm install less less-loader --save-dev |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
waterplea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
now you need explicitly install less loader
npm install less less-loader --save-dev