Timothy

Results 17 comments of Timothy

``` node v15.12.0 npm 7.6.3 yarn 1.22.10 vite v2.1.5 macOS Catalina 10.15.5 ``` Haven't used npx. Is it required for this project? Here's the options I used: ``` ? Name...

I added the following to package.json: ```json { "main": "scripts/dev.js" } ``` Then ran the following from terminal: ```sh electron . ``` This provided the following output: ``` vite v2.1.5...

Though I don't have aa specific answer for the setup you have, I can say that I am currently building an app with multi-tenancy using https://tenancyforlaravel.com/ The only change I...

I went through this same problem. The search method returns a ScoutBuilder object, which is incompatible with the EloquentBuilder object. So I retrieve the search results first, and append those...

What's the current workaround to get the package back to working order?

Curious if there's been any progress on this

Agreed. Would be great if whenever using a mixin, it output as shown above.

I don't think it's considered valid CSS. From the W3C: > Comments begin with the characters "/_" and end with the characters "_/". They may occur anywhere outside other tokens...

I used this PR on my last site build. Did great! For posts and options pages it worked exactly as it should. I didn't use it on menu items so...

I can see this being extremely useful. For some of our higher profile clients at the agency I work for, we have some pretty intricate style guides that must be...