Z 🏴☠️
Z 🏴☠️
Hi. Usually I build Sass using the CLI in watch mode, which has the nice characteristic that it compiles Sass, even when it's broken, and uses toCssString (internal Dart method)...
I **really** love Lorca. It blew me out of the water. My only lingering question is the following: > No control over the Chrome window yet (e.g. you can't remove...
Lorca looks really interesting. I’m wondering how would you keep Lorca’s static assets in sync? Is it as simple as querying a host repo and downloading/replacing assets on some interval?...
https://gist.github.com/zaydek/0d31ea3dd0972c2bd066f69b38a58bff
It would be better if we could just target `:not(...)` but we need to make sure this selector is actually valid first. If memory serves, it’s not.
What if we didn’t alias anything by default but users can, including the base configuration?
```ts /** * @jest-environment node */ declare function sass(data: string): string declare function errSass(testStr: string): Function ```
Locally these are: - `file:///Users/zaydek/Desktop/stack-11-test.html` - `file:///Users/zaydek/Desktop/sorcery-14-test.html`