Willow M.
Willow M.
If you remove the level-left div, it works as expected : ```html Foo Bar ``` It has always been documented this way and I personally never tried with an intermediate...
I can confirm the behaviour. I have tracked this down to https://github.com/jgthms/bulma/blob/72e99d1bf206e0c0a697b926282a0bea5dd23059/sass/grid/_index.scss#L4 This line imports [columns.scss](https://github.com/jgthms/bulma/blob/72e99d1bf206e0c0a697b926282a0bea5dd23059/sass/grid/columns.scss), however the `is-variable` stuff is in [columns-v2.scss](https://github.com/jgthms/bulma/blob/72e99d1bf206e0c0a697b926282a0bea5dd23059/sass/grid/columns-v2.scss).
With the previous version of Bulma, we did exactly as explained in the docs: ```html Select dropdown With options ``` I think the Bulma v1.0 SASS code is wrong, the...
The problem is here: https://github.com/jgthms/bulma/blob/72e99d1bf206e0c0a697b926282a0bea5dd23059/sass/form/shared.scss#L61 this line must be changes to: ```css .#{iv.$class-prefix}select { ``` I was about to make a PR, but I don't have the tools installed on...
No need for SCSS: regular CSS supports nesting, I think templ may simply put it in the result without any transformation...
Sure! I did not say that all browsers support CSS nesting, but that nesting is now supported by regular CSS, therefore I think templ should allow us to do CSS...
After thinking again about this, I agree it does not fix the pseudo-class problem with non-nested CSS...
Touch input is sometimes not available after wake from suspend here neither. - Hardware: Surface Laptop Go 3 - Distribution: Ubuntu 23.10
related to #1171 ?
I can't tell more than what a google search on "graphql sse" can provide, sorry