Fabricio Matte
Fabricio Matte
> Test coverage is poor. True, there are only smoke tests so far. We are welcoming PRs in that regard. Though, I'm personally focusing on pushing programmatic APIs (both high...
That has nothing to do with Sass. If you extend the same placeholder with 2 different prefixed selectors, you will end up with: ``` ::-webkit-input-placeholder, :-moz-placeholder {/*...*/} ``` When the...
Sorry, but the issue you're reporting is not clear to me. Seeing as Sass is just a preprocessor, would you mind posting the generated CSS vs what you would expect...
@lolmaus http://stackoverflow.com/questions/13816764/what-is-the-rationale-behind-dropping-css-rules-with-an-invalid-selector
@iManu No problem, and yeah, that's what I attempted to explain in my first comment. `;)` I've also linked to a mixin which does that job in my first comment.
@chriseppstein what would be the specific rules to throw an error? - When a selector contains more than one vendor-prefixed selector? - When a vendor-prefixed selector is combined (`,`) with...
I believe that's the expected globbing behavior: `['parent/**','!/parent/level1/level2/test.txt']` gets all files and directories descendant of `parent` and excludes a single leaf file. Adding your suggested magic does not only add...
I see. > like the 'nodir' option for node-glob. If you want the exactly same behavior as node-glob, then you can pass `{ nodir: true }` to globby -- globby...
Replace http(s)://people.mozilla.org/~jorendorff/es6-draft.html with https://tc39.github.io/ecma262/
I've converted this issue into a PR, by the way.
Replace http(s)://people.mozilla.org/~jorendorff/es6-draft.html with https://tc39.github.io/ecma262/
Sure, I'll amend it when I get home.