flukeout
|
9 years ago
|
on: Mozilla Thimble
Just saying hi because of how similar our usernames are, ha.
flukeout
|
9 years ago
|
on: Mozilla Thimble
No problem! I had a big hand the design of this current version of Thimble, and if you're willing to share, I'd love to hear about your experiences using it to Teach. Shoot me a message on Twitter @flukeout or you can email me at
[email protected] if you're interested. Cheers.
flukeout
|
9 years ago
|
on: Mozilla Thimble
Heads up, your links are broken. They'll only work for you since they take you to the editor - can you use the links from the Publish dialog?
flukeout
|
12 years ago
|
on: CSS Diner
Type in "plate" for level 1 - that's the correct selector. The goal is to type the correct CSS selector for each level into the strobing blue input. Also, use chrome or firefox :D
flukeout
|
12 years ago
|
on: CSS Diner
plate,bento does the trick, but because it's order-specific right now, so bento,plate fails - I'm updating it tonight to fix that issue.
flukeout
|
12 years ago
|
on: CSS Diner
I agree, I think I'll add a way to expose the solution. The problem with A,B is that it's also looking for one specific order, so I'll make sure both A,B and B,A work! Cheers!
flukeout
|
12 years ago
|
on: CSS Diner
Hey can you give me a specific example that's bothering you?
flukeout
|
12 years ago
|
on: CSS Diner
It's currently depending on the order of the selected elements to match, but I'm updating it work correctly now.