Cyril Krylatov
Cyril Krylatov
Hello there, I just started to work with your grid system and I have to say it's pretty awesome. Very good job to you! Anyway I have a little request...
**Describe the bug** Hi @meinaart, I have the following error when I'm trying to use cypress-plugin-snapshots: ``` cy.task('cypress-plugin-snapshot:getFile') failed with the following error: The 'task' event has not been registered...
Before: ```css div { background: transparent url('data:image/svg+xml;utf8,') center no-repeat; ``` After: ```css div { background: transparent url('data:image/svg+xml;utf8,') center no-repeat; } ``` As you can see the `` at the end...
Hello Beezee, First of all, thank you a lot for this lil' plugin. Secondly, I have an issue with it. Indeed, I'd like to say to djax to only bind...
Input: ```scss .single-image { @include media-breakpoint-up(md) { max-width: 300px; } & { max-height: 169px; max-width: 100%; } } ``` output: ```scss .single-image { @include media-breakpoint-up(md) { max-width: 300px; } &...