T Bredin

Results 19 comments of T Bredin

+1, would love to have this option, would be a great enhancement. For example having a `split` or `padding` option means we no longer need to manage `cycle`, which would...

Exact same error message here. For me I'm using a v-for loop: ``` Some content ... ``` ``` ```

I have this issue too. If its helpful I can see two workarounds: 1) place your fonts and font css directly in the nuxt `static` folder and reference them here...

Agree these should be changed to `button` elements, this would be the most appropriate for this use case. [I'd also love to see the contained text made configurable](https://github.com/metafizzy/flickity/issues/1116). Thanks

In the past with sass builds I have used [this plugin](https://www.npmjs.com/package/nuxt-sass-resources-loader) to provide a set of global resources to all of my sass blocks, whether they're in a scss file...

+1 the design I'm working from has three cards visible at a time on desktop, and is disabled entirely on mobile

My team needs this also 👍

I can confirm that the above format still works, yes. Thanks

Wondering if this will work with the variables / mixins from `postcss-advanced-variables`? https://github.com/csstools/postcss-advanced-variables

I have run into this too, falling back to using normal `img` for now. Looking forward to using `g-image` in my components files soon though, eager for an update!