Kitty Giraudel

Results 213 comments of Kitty Giraudel

What about `tabindex="-1"` on the collapsible area?

Discussed here: https://github.com/edenspiekermann/a11y-toggle/issues/3.

I like the idea, I just wonder if it’s a good one (in the sense that I wonder if focus change would be expected). Ping @heydon & @ffoodd.

Also seems to be incorrectly reported when used on a checkbox input.

Encountered the case once or twice. Would also like to see this feature into Sass core.

I've made a couple of advanced lists functions too: - Repo: https://github.com/HugoGiraudel/Sass-snippets/blob/master/list-functions/_all.scss - CodePen: http://codepen.io/HugoGiraudel/pen/loAgq There is still a lot of room for improvements, starting with function names. I wasn't...

If you mean deep merge, at-import/SassyMaps has one: https://github.com/at-import/Sassy-Maps/blob/0.x.x/sass/sassy-maps/_map-set.scss#L13-L51. I've made one as well: http://sassmeister.com/gist/9838432. Pick the one you like.

> Or if the goal is to create a unicode character from a charnum maybe we should provide a function that does specifically that: `char-from-code(83)` Any news regarding this? Will...