Scott Pinkelman
Scott Pinkelman
I was thinking along the same lines; I don't see a way around defining the styles as attributes given that CSS can't be applied to to the tags, so we'd...
@davidhouweling Thanks for the suggestion, I will look into that. Simpler, cleaner markup is definitely key here!
@rafibomb just wanted to let you know I'm still investigating solutions for parsing _settings.scss, hence the delay on this.
I'm having trouble finding a NPM package that can parse _settings.scss. I've tried https://github.com/ryanbahniuk/scss-to-json Where I get `Error: unclosed parenthesis` It works when I comment out $button-padding and $button-font-siz Do...
@axelson gulp-sass-json [doesn't support sass maps](https://github.com/1stdibs/gulp-sass-json/issues/3) , which is the common problem I'm running into. That said, of all the implementations I've looked it it looks like the most straightforward...
@axelson I'm in touch with the maintainers of gulp-sass-json about merging a PR, thanks again for the great find!
Small update: My PR adding sass map support was accepted in gulp-sass-json, and the updated version is on NPM: https://www.npmjs.com/package/gulp-sass-json I've been very busy, but I'm going to try to...
I know this has been reported elsewhere (and in the parent thread) but I got the same error on javasysmon-0.3.5.jar Using javasysmon2 (author is @goxr3plus, who has commented above) fixes...
@goxr3plus's javasysmon2 (https://github.com/goxr3plus/javasysmon2), which appears to be an extension of project linked to above, has resolved this problem for me.
@goxr3plus plus direct me to some issues and I'll try to pitch in