Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Nov 19, 2013
1 parent f5c280f commit 0159e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShadowCSS.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ var ShadowCSS = {
cssText += this.propertiesFromRule(rule) + '\n}\n\n';
} else if (rule.media) {
cssText += '@media ' + rule.media.mediaText + ' {\n';
cssText += this.scopeRules(rule.cssRules, name);
cssText += this.scopeRules(rule.cssRules, name, typeExtension);
cssText += '\n}\n\n';
} else if (rule.cssText) {
cssText += rule.cssText + '\n\n';
Expand Down

0 comments on commit 0159e56

Please sign in to comment.