The Jared Wilcurt
The Jared Wilcurt
@jakegiltsoff I was just adding mixin libraries to Scout-App 2, and was going to include this one out of the box by default, but couldn't do it with "style" as...
@rahulakrishna Why not add an option in the UI and store it in Local Storage. I am very against polluting my global PATH
`env-editor` is used by `open-editor`, and from what I can see they only work on OSX. Also many editors offer "portable" versions which will not be installed in the PATH...
You could adopt ESLint-Plugin-JSDoc. * https://github.com/gajus/eslint-plugin-jsdoc I have documented my rules here: * https://github.com/tjw-lint/eslint-config-tjw-jsdoc Which look like this when in use: * https://github.com/nwutils/create-desktop-shortcuts/blob/main/index.js#L10
Would this also handle this case? ```md 1. Text  1. Test ```
There have been newer icons added since these screenshots. Of them almost all work in IE9. So for those that want to use icono but have to support IE9, here's...
@saeedalipoor Thanks man. A request, can you make a Windows, Ubuntu/Linux, and OSX/Mac icons. That would be pretty useful for cross-platform stuff.
Would that automatically grab version 6.7.8 if it were ever updated to that point (grab any new version, so long as it is the latest)
why not just update the bower.json so it has the correct version https://github.com/Igosuki/compass-mixins/blob/master/bower.json#L3
I think if you can represent your markup semantically and have your CSS perform the same effect as what JS would do, it's a valid use case. If there are...