Tai

Results 8 comments of Tai

i can confirm that it is happening too. IE7 mode on IE9 & 10

percentages works for me (width: 100% !important); just added a .ie7 class before the style so other browsers ignore it.

nevermind. I had 2 instances of Jets, and the first instance manualContentHandling was okay. The 2nd one never ran, but i moved everything to the first instance. Not sure if...

heres a simplified codepen example. I have 2 instances of Jets, targeting the same class, ".plate". Check the console, i put console.logs in them, and only the 1st one runs....

this idea sounds and feels like Pattern Lab (https://patternlab.io/). Drupal uses Twig, which looks similar to Liquid. When I worked with it, i did things like the code examples you...

fwiw, throwing in my 2 cents: i really like @farfenkugell 's suggestions personally, but i think in some themes it would be hard to see. some themes cut off the...

2024: was getting errors for any scout command. thanks @freshleafmedia , your response helped me fix this error. We found some tests deep in our `/app` folder. once removed, the...

i feel like the solution @mornir has is good work around, but isnt addressing the actual problem. is this an issue with vue's reactivity of the array?