This is a Sass issue: I'm using version [1.58.1]
I am sure this issue is not a duplicate
Description
I'm using Gulp with Bulma and DART SASS. I tried multiple DART SASS versions, but they all end up equally slow, about 12s to compile. I'm working with an i9 MacBook Pro. I would just like a confirmation that this is normal or ideally some advice if this is not normal, what I can do to speed it up? I'm aware of having the option to load fewer modules, but even with fewer modules it still seems very slow. The slow taks in gulp is always the style compilation
[17:00:40] Starting 'styles'...
[Browsersync] 2 files changed (main.css.map, main.css)
[17:00:52] Finished 'styles' after 12 s
[17:06:42] Starting 'styles'...
[Browsersync] 2 files changed (main.css.map, main.css)
[17:06:54] Finished 'styles' after 12 s
This is about Bulma.
Overview of the problem
This is about the Bulma CSS framework
I'm using Bulma version [1.0.2]
This is a Sass issue: I'm using version [1.58.1] I am sure this issue is not a duplicate
Description
I'm using Gulp with Bulma and DART SASS. I tried multiple DART SASS versions, but they all end up equally slow, about 12s to compile. I'm working with an i9 MacBook Pro. I would just like a confirmation that this is normal or ideally some advice if this is not normal, what I can do to speed it up? I'm aware of having the option to load fewer modules, but even with fewer modules it still seems very slow. The slow taks in gulp is always the style compilation
Thanks