Mark Avery

Results 296 comments of Mark Avery

oohh..!!! Ha! it is. hmmm.. I’d say that if it’s a language feature that exists in css, which it appears to be, https://developer.mozilla.org/en-US/docs/Web/CSS/:root then that should be something that we...

> I've been hating ember-component-css with all my heart @lolmaus That’s no good!! 😞 so, one thing we have batted around doing is giving the `styleNamespace` an actual variable name,...

ya. I think the reason this stuff hasn't been that much of an issue for me personally, is that I don't use "BEM" style css for the vast majority of...

@lolmaus ya. The only issue with that is it's pretty explicit to just scss. The idea would be do use postcss to do a rule string replacement. Similar to what...

we'd do the same for sass and stylus.. but last I checked those don't have a postcss syntax processor. (and not that many people use them either).

> I hate how my IDE complains on invalid syntax in every friggin' style file. ya. I didn't think of that point before. We could do something like `$styleNamespace` rather...

also > hate how my IDE complains on invalid syntax in every friggin' style file. what is it currently complaining about?

> The & parent selector can't be used at top level. :suspect: Ahh. To support rules like `&-item {`. Sure, that would be annoying. But wouldn't having rules that start...

@ssylvia are you using an "npm/yarn" link with them? There is an issue with that currently, where if they both have a "node_modules/ember-component-css" directory in both the addon and app...

if that is the issue you are having, you can delete the one in the addon and it will work in the app. not an ideal senerio i know. but...