From 47f0a669226c5d4a9dc2dc120411a47ed392450a Mon Sep 17 00:00:00 2001 From: Steve Zhu Date: Tue, 24 Mar 2015 17:07:20 -0400 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 273177d..de31392 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ Any sass/scss files in the project will be compiled and added to the site. ### With packages -Cannot be used with wrapper packages for sass libraries because of some problems with the meteor api. -May be added in a future version. +When making a wrapper package for and existing sass library, you have to api.addFiles all the relevant files. Users then have to either write the whole path when importing or they can add the path to the sass_options.json with the include path. ## Config