Results 18 issues of Mikko Tapionlinna

I noticed that the minified code did not get updated when I did the improvement to support multiple trigger buttons. As I could not find documentation on how it's generated,...

Hi, thanks for a great plugin for d3! In my data I have weekdays (Monday, Tuesday, etc...) when an event occurs. When I load parsets, it apparently organises events based...

I think all the stylelint supported config files should be supported by this sublimelinter plugin. > The .stylelintrc file (without extension) can be in JSON or YAML format. Alternately, you...

For some reason linter.py seems to be missing the .less file extension: ``` python syntax = ('css', 'css3', 'sass', 'scss', 'postcss') ``` if I add it myself, stylelint seems to...

It seems that finally after 3.5 years Sketch developers from Bohemian Coding took notice of this little plugin and implemented the feature quite like how I've implemented it. By using...

I've been bitten a few times by writing SCSS variables in CSS custom properties without interpolation. It would be great if we could lint and warn about this potential issue...

With default developer tools theme, the elements panel part of this plugin looks ok: ![image](https://cloud.githubusercontent.com/assets/1191667/21050180/dda0b8ec-be21-11e6-964c-46db4895db78.png) But using the dark theme on developer tools makes the content quite inaccessible: ![image](https://cloud.githubusercontent.com/assets/1191667/21050192/f4020c30-be21-11e6-8bff-4395a56c8814.png) Is...

![image](https://cloud.githubusercontent.com/assets/1191667/21050623/63b7a48e-be24-11e6-8676-e3b0b1d77c4e.png) The above color recommendation for AA is not valid as it's not above 4.5. The value should not be rounded up as it seems to be. https://github.com/w3c/wcag/issues/200 The rounding...

Any suggestions how I could fix my environment to get the playground working? I ran the example code (by clicking the top play button) and got this as a result....

bug
help wanted

When I open the http://github.hubspot.com/react-select-plus/ demo page and try to use the cities dropdown, scrolling the dropdown, cities start disappearing and soon I'm scrolling a white dropdown. (Chrome Version 60.0.3112.113...