Mark Avery
Mark Avery
@dguettler hmm.. are these route styles? or component styles..
Are you reexporting in the “app” space in a pod or classic structure?
and i’d leave off the prefix in the structure inside of the “addon” space.
but i thought i had fixed this. :(
hmmmm mmm mmmmmm mmm mm .... I think you could write a separate preprocessor that moves the styles into it's own file, and just have that run before ECC. I'd...
well.. sure. But you could use it with ember-css-modules also.. and would want it to run before that also..
@kleiram i still think this would live better in some kind of babel plugin that was wrapped in an addon, and something that could live and be maintained in parallel...
and the minimum of pulling out a chock of text and dumping it in a file is something that a babel or even maybe just a broccoli plugin could do...
@jamesarosen I think you can use the sass @at-root directive, when using sass. Is :root a css next thing?
hmm.. seems like it is in the spec. I’ll look into why it’s not using that feature from the namespacing addon @topaxi I thought we had supported it. Is there...