Skip to content

Commit e428a1f

Browse files
committed
deCSS also the generated contents
1 parent 2afdaaf commit e428a1f

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)