Christopher Dura

Results 41 comments of Christopher Dura

> Could you give me an example of how you would want it to work if the current timeout functionality isnt sufficient? @jdalrymple -- thanks, so I might be missing...

@viveksachdeva -- if these rules are in the same `*.scss` file, you might be able to solve your scenario with [SCSS Lint](https://github.com/brigade/scss-lint/blob/master/lib/scss_lint/linter/README.md#mergeableselector). However, I think this would still be an...

I am doing the same thing, I wasn't familiar with mermaid, until I started seeing it in the stencil readmes... it's very cool, and any of the addons like Notes...

😖 I was wondering why one didn't exist and ended up writing my own... shoulda searched the source code!

Fwiw, we've since removed it, but I believe I was able to at least exclude filenames that start with `dark`... (no such luck with subdirectories, though). ```js StyleDictionaryPackage.extend({ source: ["tokens/global/**/!(dark)*.{json,js}"]...

@BrunnerLivio -- Thanks! I wasn't expecting an answer so quickly, so it might be a minute before I can try this out, but a few questions to clarify -- ```json...

> But essentially, it does not really matter. It should also work directly with native Webcomponents as you can see in my picture above. Just make sure you use the...

Well, I think I've reached an impasse in getting the Web Components bundle into Playroom directly... I have a sense that there's just some Webpack config magic I'm missing 🧙...

> Considering that background, I think my PR will just expose the hints object as a config object or function if that is agreeable to Seek folks. It'll be a...

I'm experiencing a similar issue using `vuepress` and `serve`. It works fine, if I use the UI to navigate around, but trying to "deeplink" to a subpage by typing into...