Kyle Brumm

Results 11 issues of Kyle Brumm

Is there any way to do something similar to what [SVGO](https://github.com/svg/svgo) does to optimize the output SVG?

Hyphenated words get treated as a single word (which makes sense), but this can cause the second part of the word to break to a new line and causes issues...

``` @mixin box-fade($side: both, $color: #000000, $size: 100px) { position: relative; z-index: -1; $selector: '&:before, &:after'; $top: 0; @if $side == top { $selector: '&:before'; } @else if $side ==...

enhancement

``` @mixin full-bg($size: 'cover', $position: 'center center', $repeat: 'no-repeat') { background-size: #{$size}; background-repeat: #{$repeat}; background-position: #{$position}; } ```

enhancement

enhancement
help wanted

I'm using Storybook to build a design system and having trouble importing my config file into JS to use as design tokens. This is what my `color.stories.js` looks like: ```js...

I'm having issues with the radio dot and checkbox check being centered in Chrome 69-72. From what I can tell Chrome 69 was a big update that introduced a lot...

Well this is a bummer. https://developer.spotify.com/news-stories/2017/01/27/removing-unauthenticated-calls-to-the-web-api/

bug

Methods: - `refresh()` - Refresh the player - `destroy()` - Remove the player

enhancement