Marcel Suter

Results 66 comments of Marcel Suter

I am not sure what you are trying to achieve, so sorry for my possible ignorance. I use `@import '../node_modules/bulma/bulma.sass';` which includes everything, then my build process handles the eventual...

I can reproduce the steps above, although in my case the error message is very slightly different, I am sure it is of the same origin: ``` Change detected @...

I think you ran into the issue mentioned here: https://github.com/getzola/zola/issues/431 The explicitly talk about bulma and it's sass file structure. It seems that Bulma is not living up to some...

I have found a workaround that is quite simple: **Put the Bulma framework in a folder outside `./sass`** then import it in an `index.sass` or similar file from within the...

I understand your argument regarding the use of sass as only a dev dependency, however, why would you install Bulma in the first place, if all you want is the...

Thanks @thefirstspine for chiming in. An upcoming release is good news. That said, Bulma has always and is working very well for me, I consider it mature. This v1 will...

I am using the current release (0.9.4) with my project without problems. // from https://github.com/suterma/replayer-pwa/blob/main/package.json "devDependencies": { //... "sass": "^1.50.0", "sass-loader": "^10.2.1", I can overwrite and compile variables as expected.

As it currently stands, it does not dynamically resize, but adjusts itself to the size of the div at creation time. @esonderegger I would suggest to improve this by not...

Thanks for answering these points. I really appreciate it, and zola is looking great as an SSG for me. Addressing some points: - Just for reference, [vue2 maintained such a...

While this works well as intended, I would not personally like this to be the default. In my Vue app, the linter might choose to break text lines (or I...