Basic SfCallToAction with Nuxt & Storefront UI showing a discrepancy in styles between the dist folder and "yarn dev"
Use first yarn install
then:
yarn dev
will show you the correct stylesyarn start
will show you thedist
folder where the button has a different layout. Loading directly the index.html file in a browser brings the same result
yarn dev
vs the dist
folder