Matěj Kříž
Matěj Kříž
Hello Mr. @michelf, I`m MARKDOWN fan and user only. I expect this behavior intuitively. It might work, isn't it?
Hi. I get same error when I use _gulp-concat-css_ on jQuery UI CSS files. I found file /bower_components/jquery-ui/themes/base/theme.css and this line which makes an error **property missing ':'**. (That line...
@margusbirk Thanks for tip, I'll try it. It sounds promising.
philipwalton commented on Oct 3, 2017
Example of this behavior: https://refreshless.com/nouislider/slider-values/#section-non-linear-step
Great. Thanx for reply. (Anyway: I`m going to try it...if it works without changes.)
First observation: Bootstrap 4 [dropped Glyphicon support](http://v4-alpha.getbootstrap.com/migration/#components). So there no icons but buttons works fine: 
You want to use imagemin **webp** plugin so you should may be install it [**imagemin-webp** plugin ](https://github.com/imagemin/imagemin-webp) Related issue is https://github.com/imagemin/imagemin/issues/260
I'm noob in Gatsby world. I don't understand how the entire Gatsby community can live without robust standardized way to localize their webapps. There are many competitive Gatsby Plugins which...
It should respect min, max and step. So example: max=10 min= 0 step=4 If you write "2" in the input and then hit "up button" it should input "4" (not...