Weston

Results 68 comments of Weston

I'm too looking into this. We'll undoubtedly need to create components that have templates defined, and define interactions within. I'd like to do: ``` ``` And then just have my...

I've played with this a bunch more, and made changes to allow inheritance from CoreShapeComponent (making some of the properties protected etc). I made it so inheritors could just set...

@rafaesc any ideas? It'd be really sweet to be able to do something like this

I've been unable to get stencil/sass to work in any real capacity. The 1.0.1 version seems to just complain about any and every import I pass in ("can't find stylesheet...

yep. Sass is running, errors are getting kicked out by sass compiler itself. I can get it working by only including it in a component directly. As soon as I...

Is it possible that this oldish bug might be the cause of inability to import scss files from a parent scss file? https://github.com/sass/dart-sass/issues/284 Or is it truly a different sass...

I tried to build a unit test, to simulate the kinds of things I EXPECT to work, but dont seem to. While I can get this to build, jest fails...

I'm getting the very same error trying to export a process from azure devops int he cloud, and importing to devops server 2019. It's failing to authenticate or something very...

I know angular at some point replaced node-sass with dart-sass (presumably the js version) and I'd say I went from having our builds spend negligible amount of time on scss...

I've played with web assembly and know how you can compile things to webassembly targets and get almost native performance... is that something that could be utilized to achieve near...