Damian Adams
Damian Adams
I agree, this seems like bad practice. This CSS makes it impossible to properly render nested HTML content within the `.device-content` block of the `.device`. I managed to fix this...
I am having this same issue but on a computed property that references $mq. The value comes across as 'sm' despite the browser window being visibly larger than the 'sm'...
Actually, upon further testing I have determined that the value of `$mq` for me is correct at `mounted()` time. However, peeking into the source code a bit, the vue-mq plugin...
This is great, I could really use this as I was wondering why my `word-break` value wasn't being honored and it turns out that this directive hardcodes the `break-all` value...
I'd like to second this as well. The behavior behind cleanUrls is unintuitive and breaks relative paths within directories of static HTML files, i.e. whenever one document links to `currentDir/index.html`...