Caleb
Caleb
What needs done before glabels v4 can be considered stable enough to release (and "use in a production environment")? There are a couple of feature requests currently listed in the...
http://codepen.io/tech4him1/full/RpdjbE/ Even set to `max-width: 100%;` an image still overflows the flexbox in IE 11. Using `width` instead of `max-width` on the flex item contains it.
Can I use the icon SVGs individually without releasing my code, as long as I don't change them? Or is including only the ones I want, and combining them into...
Can you add a status for SVG accessibility status in browsers (like https://www.paciellogroup.com/blog/2013/12/using-aria-enhance-svg-accessibility/)?
Would you mind publishing build instructions? Even with a PPA they would be useful to people who could not use it. Also, it might be a good idea to put...
There is currently a `no-map` setting allowed for PostCSS, which disables the inline sourcemaps. However there is no options for having external sourcemaps generated. Looking into the PostCSS docs and...
Plugins can be added not only via `.use(plugin)`, but also multiple plugins as an array (`.use([plugin1, plugin2])`), or through the initial object (`ware([plugin1, plugin2])`). Can you please add documentation to...
**- Do you want to request a *feature* or report a *bug*?** bug **- What is the current behavior?** If I am using a file-type collection: ```yml - label: "Pages"...