Skip to content

Commit 91a2a84

Browse files
committed
Merge pull request #15 from Calvein/patch-1
deCSS all the things - thanks @Calvein
2 parents 2afdaaf + e428a1f commit 91a2a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deCSS3.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var deCSS3 = {
4747
"border-image:none"
4848
];
4949

50-
return '* {' + rules.map(function( v ){ return that.addPrefixes( v ); }).join( "" ) + '}';
50+
return '*, *:before, *:after {' + rules.map(function( v ){ return that.addPrefixes( v ); }).join( "" ) + '}';
5151
},
5252

5353
addPrefixes: function ( rule ) {

0 commit comments

Comments
 (0)