arggh

Results 97 comments of arggh

Using the symlink strategy it seems I managed to get this style sharing pattern to work, though I would have much preferred the syntax you proposed for being more concise!

Actually I take my word back, `composes` wasn't working in the package with symlinks. For example, in the package I had a file `/button/button.m.css`, which would contain this: ``` .roundedButton...

The console was bombarded by hundreds of missing file errors on build when trying to reference those shared stylesheets directly, but after prepeding `meteor/arggh:ui` to the file paths (inside `arggh:ui`),...

Though, I'm having other issues with the Meteor bundler at the same time, I have no idea if related at all: https://github.com/meteor/meteor/issues/10496 They don't seem to be connected from my...

@nathantreid I've been running the beta with no issues so far.

Just remembered this: https://forums.meteor.com/t/nathantreid-packages-are-now-up-for-adoption/50796 😢

Good to know, thanks! Let me know if you need help in testing, I've got a complex beast of a package that will greatly benefit from this feature.

I've been refactoring some stuff to use CSS-Modules with dynamic imports even though it's not quite there yet when it comes to packages. Now I also noticed this: If I...

Sure! Apparently it's a **non-breaking space**, whom we know better as ` ` from the old days. ![camospace](https://user-images.githubusercontent.com/17210302/34948582-40c273b2-fa16-11e7-937b-e0cc11547760.png)

Probably related, as I was just on my way to ask @nathantreid if it's possible with the current implementation to merge these multiple stylesheets into one (?):