This is about the Bulma CSS framework
I'm using Bulma version [0.9.4]
My browser is: NA
This is a Sass issue: I'm using version [0.9.4]
I am sure this issue is not a duplicate?
Description
When adding bulma to Nuxt modules, vite server starts up really slowly, up to a minute for some users. It has already been raised as Nuxt and Vite github issues but devs there have said bulma is the cause.
One interesting comment (https://github.com/nuxt/nuxt.js/issues/13824) says bulma uses old division code from Bootstrap, which is the underlying cause. Please investigate and issue fix if that is the case.
Steps to Reproduce
Create new Nuxt project using npx nuxi init nuxt-test
code nuxt-test
yarn install
Start vite server, it starts up within a few seconds
This is about Bulma.
Overview of the problem
This is about the Bulma CSS framework I'm using Bulma version [0.9.4] My browser is: NA This is a Sass issue: I'm using version [0.9.4] I am sure this issue is not a duplicate?
Description
When adding bulma to Nuxt modules, vite server starts up really slowly, up to a minute for some users. It has already been raised as Nuxt and Vite github issues but devs there have said bulma is the cause.
One interesting comment (https://github.com/nuxt/nuxt.js/issues/13824) says bulma uses old division code from Bootstrap, which is the underlying cause. Please investigate and issue fix if that is the case.
Steps to Reproduce
npx nuxi init nuxt-test
code nuxt-test
yarn install
vite
server, it starts up within a few secondsyarn add bulma
bulma
tocss
property:vite
server usingyarn dev -o
now it takes anywhere from 20 seconds to a minutebulma
from css property andvite
will start up in 3 seconds.Please see https://github.com/vitejs/vite/issues/11221 and https://github.com/nuxt/nuxt.js/issues/13824
Expected behavior
Vite should start up quickly, as that is one of its major features.
Actual behavior
Vite starts up real slow (possibly due to some division loops within bulma code -- see description)
With bulma:
Without: