Vlastimil Dolejš

Results 4 comments of Vlastimil Dolejš

Hi, I've hit the same issue. In my case, we do some selects, simple inserts and batch inserts inside of the transaction. The batch inserts are performed in DB on...

Hi, I'm struggling with the same issue - the shape with layer `below` is overlayed by the grid. I have found a workaround (which is not perfect, but better than...

Hi @birdofpreyru, Thank you for the analysis. I have misunderstood the role of the `postcss-scss` syntax. You are correct that without the plugins the syntax reads the content of the...

I had a problem with: **Property nesting** (https://sass-lang.com/documentation/style-rules/declarations#nesting) - this can be solved with `postcss-nested-props` but it causes problems with CSS modules `:global()` keyword (`.my-button:global(.btn) {...}`) **Parent selector** used for...