Shawn Stern
Shawn Stern
If you like glamor, might I suggest looking into [Glamorous](https://github.com/paypal/glamorous)? It is essentially glamor with an API similar to styled-components, but using object literals instead of string templates. It also...
@AlgusDark Great to know, thank you for letting me know about the decision! For the second point, that's actually what I'm curious about: how are you bringing the `*.sass` from...
@AlgusDark Ahh that makes more sense! I feel silly for not having thought of that option. Awesome, I will have to take a look over the weekend!
@imcodingideas yes I believe everything generated through styled-components is processed via postcss. I started migrating a project at work to styled-components and I've noticed that all of the resulting css...
+1 for this!
> OK, thanks. I will leave this issue here as a reminder to myself, but this may end up making the most sense in CLI or CLI2. Hi @DavidAnson ,...
@DavidAnson I see, and my apologies (I found this via google search and didn't confirm that it was part of the markdownlint-cli2 issues 🤦 ). I will look at running...
@Daniel15 Yup, I noticed your PR just after posting my hasty initial reply and felt silly for missing it. I think I will need to go down a similar route;...
@mellis481 My PR was developed against 1.8.1 and has been being used in production by my product since April with `selectOnBlur` definitely not set (defaults to false). It hasn't been...
`module.export` should be `module.exports` with an s, I think this minor typo may be breaking your `keys.js` file's ability to be required in `index.js` 😃