Skip to content

Commit

Permalink
propagate options through to sub compressors
Browse files Browse the repository at this point in the history
  • Loading branch information
jannon committed Jul 17, 2012
1 parent 0404f08 commit 65b676e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compressor/css.py
Expand Up @@ -34,7 +34,7 @@ def split_contents(self):
self.media_nodes[-1][1].split_content.append(data)
else:
node = CssCompressor(content=self.parser.elem_str(elem),
context=self.context)
context=self.context, opts=self.opts)
node.split_content.append(data)
self.media_nodes.append((media, node))
return self.split_content
Expand Down

0 comments on commit 65b676e

Please sign in to comment.