Closed arggh closed 7 years ago
This isn't currently possible, but you can use absolute paths instead of relative paths. If styles
is under your Meteor project root, you can do this:
composes: rounded from '/styles/shared/button.m.css';
That works just fine, thanks!
Right now I have to provide an exact relative path to
composes
, like this:Wouldn't it be nice to be able to declare the files or folders to search for, if the given path fails?
Or is this already possible somehow?