Andreas
Andreas
Thanks @kristerkari for your interest. I think sass maps should be ignored by default, but only if you know for sure that the tooling is sass. Else I'm fine with...
@dryoma @jeddy3 Please check also https://github.com/AndyOGo/stylelint-declaration-strict-value I think this is not a SCSS-only feature, it should be supported for any Syntax like `$foo`, `@foo` (less), and `--foo`, `var(--foo)` (cssnext). Then...
@diffcunha Correct I refactored all tests, which where using `bel` instead of `nanohtml`. I would suggest you pull and rebase your branch onto `master` to get the updated stuff.
@diffcunha That's weird. Actually I did nothing... just run `npm run test` to check if it works, and it worked 🤔
@diffcunha @goto-bus-stop @bcomnes @jmealo I just submitted a relatively smaller PR #137 , which just adds support for `is` attribute (extended build-in elements as defined by custom elements V1 spec),...
PS: I also provided tests 💪
Sorry for my incomplete description. Actually I just checked out `master`, did a fresh `npm install`. And I get another error `TypeError: Cannot read property 'elements' of undefined` now 😞...
Hmh maybe it's cause of http://buble.surge.sh/guide/#-dangeroustaggedtemplatestring- 🤔
Alright I tried to track that down. Seems that bublè transpiles tagged template lits to `MemberExpression` and [not `ArrayExpression` as expected here](https://github.com/choojs/nanohtml/blob/master/lib/browserify-transform.js#L88-L94): Please see AST-Explorer: https://astexplorer.net/#/gist/1ad95bcbeb0738473ae254f8d592ff50/ae8d08d3a1b31a769be397d601974df7c0267e94
Maybe they have also changed this in a newer version 🤔