jgthms / bulma

Modern CSS framework based on Flexbox
https://bulma.io
MIT License
49.36k stars 3.96k forks source link

Does Bulma SASS really takes 12s to compile with DART SASS and Gulp? #3927

Open kLOsk opened 1 week ago

kLOsk commented 1 week ago

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

[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

Thanks

daimalou commented 2 days ago

same, i am using Astro.JS, compile sass too slow, i switch to .css to develop.