Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork131
scss compile performance improvement#196
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
Hello, I just figured out some performance issue with an scss function called luminance. I don't know what to do for solving or improving it but just wanted to inform. I tried this with a fresh, empty coreui vue admin template. (@coreui/coreui-pro: 4.1.0) Normally, when I edit anything in any scss file (like custom.scss), compile time is like 3000-5000 milliseconds. Somehow, this function taking so much time and makings scss development a bit hard. Edit: I tried to upgrade template with Edit2: To learn which versions of packages users have, you can ask users to use this command while creating an issue:
|
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
The luminance function is necessary from the accessibility point of view. It calculates each color. Seehttps://www.w3.org/WAI/GL/wiki/Relative_luminance |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #195 on March 13, 2022 13:49.