Browse Source

Fixed stylus command line options

main
Lakshmi Vyasarajan 13 years ago
parent
commit
28fb703fa0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hyde/ext/plugins/stylus.py

+ 1
- 1
hyde/ext/plugins/stylus.py View File

@@ -94,7 +94,7 @@ class StylusPlugin(CLTransformer):
stylus = self.app
source = File.make_temp(text)
target = source
supported = [("compress", "C")]
supported = [("compress", "c"), ("include", "I")]

args = [str(stylus)]
args.extend(self.process_args(supported))


Loading…
Cancel
Save