Ben Frain
Ben Frain
Ah. That’s no problem then. I’ll just install with brew instead. Thanks 🙏
Hi! Great question and like most things in web dev, I think it depends. It's actually something I've addressed while giving a talk on ECSS and here is the relevant...
Hi, Sure: https://www.bet365.com/#/HO/ https://benfrain.com http://www.reservix.de http://faz.net https://ecss.io ;) Thanks, Ben
Hi, not really. There are structure examples in the book but all the large projects I know of using it don't have public source code available. I am building a...
I have the same issue with `vababab`. So given a string like this: ``` if (window.matchMedia("(min-width: 180px)").matches) { ``` Starting inside the inner most parentheses and typing `vababab` doesn't get...
I suppose the problem with @ai handling it is that the preferred 'fallback' may differ depending upon the needs. If an author can't get space-around, they may actually prefer flex-start...
HI Bryan, thanks. The thing I was working on is a private work 'thing' so I'll try and replicate the issue on a home project and if it does the...
Hi, sorry for the delay, just created a repository to demonstrate: https://github.com/benfrain/codekit-import-test If you grab that and take a look at the README.md you should be able to replicate.
Hi Bryan, cheers. No problem sending a demo project if this seems like a bug. However, it could just be a disparity between my expectations and the way it actually...