Mikko Tapionlinna
Mikko Tapionlinna
Maybe after this a new release could be created?
I think removing the minified version might be a bad idea. If you check the google inert code, it too has minified code for ready use. People might want to...
Yep, maybe copying the unminified can be removed. Usually when you concatenate several scripts to one, it's a good idea to create so I did it out of habit. But...
At least mention in the documentation that other normally supported file namings are not currently supported by SublimeLinter-contrib-stylelint I spent quite some time debugging what's going on.
Also, if the configuration file is not found, it would be nice to get a relevant error message of it to console.
In addition, the syntax should be set so that stylelint gets the file format properly. This is how I get it working better from command line: ``` bash $ stylelint...
I was able to get better support for LESS by hacking the stylelint_wrapper.js and linter.py like this: linter.py: ``` python syntax = ('css', 'css3', 'sass', 'scss', 'postcss', 'less') ``` stylelint_wrapper.js:...
https://css.land/lch seems to use https://drafts.csswg.org/css-color-4/utilities.js for converting between sRGB and LCH, which document the steps like this: ``` function sRGB_to_LCH(RGB) { // convert an array of gamma-corrected sRGB values //...
Thanks for the suggestion. I have been thinking about having some sort of an settings dialog so that you could adjust the percentage and maybe location too. Saving the data...
It's possible, but what would be the usecase? 150% is quite arbitrary number.