Results 16 issues of Viktor Hubert

This would probably require a lot more thought put into it, but it should be possible to apply styles only on hover / focus etc events. Example: Increasing font-size on...

enhancement

Consider the following CSS: ```pcss .Block { background: black; @condition (width >= 100px) { background: green; } &--blue { @condition (width >= 100px) { background: blue; } } } ```...

bug

Based on the discussion here: https://twitter.com/innovati/status/946155332719599622 The new proposed syntax (that'll be mostly adopted by eqcss too if everything goes well): ```pcss .Container { ... } @container .Container (width >=...

enhancement

This would not work as expected right now: `@container (height > 100px) and (width > 100px), not (orientation: landscape)`

enhancement

This is an explanation for #150 . My use case is that I have [a plugin](https://github.com/ZeeCoder/container-query) that collects metadata while processing the CSS file, and then adds it as a...

Using an API key with a newline at the end will make SendGrid respond with the error "Content-Type should be application/json". Since this repo is for the PHP SDK specifically,...

type: bug
status: help wanted