|
@@ -101,7 +101,7 @@ class StylusPlugin(CLTransformer): |
|
|
if not resource.source_file.kind == 'styl': |
|
|
if not resource.source_file.kind == 'styl': |
|
|
return |
|
|
return |
|
|
stylus = self.app |
|
|
stylus = self.app |
|
|
source = File.make_temp(text) |
|
|
|
|
|
|
|
|
source = File.make_temp(text.strip()) |
|
|
target = source |
|
|
target = source |
|
|
supported = [("compress", "c"), ("include", "I")] |
|
|
supported = [("compress", "c"), ("include", "I")] |
|
|
|
|
|
|
|
|