[SOLVED] Meteor 1.3 css @import - what's the '{}' used for in the path?

I’m reviewing the Meteor 1.3 Todos app and saw this in the main.less file:

@import "{}/imports/ui/stylesheets/reset.less";

What’s the function of the “{}” here? Is this something Meteor-specific or general to css imports?

I looked in the guide and didn’t see anything. @tmeasday or @sashko - perhaps you can provide insight? Thx!

Heh, sometimes it’s hard to find stuff. Sorry!

1 Like

Perfect, thx!


1 Like