deCSS3 icon indicating copy to clipboard operation
deCSS3 copied to clipboard

A lil' bookmarklet that will strip out your CSS3 rules and show you how gracefully you're degrading.

Results 6 deCSS3 issues
Sort by recently updated
recently updated
newest added

When executing the bookmarklet it fails to execute the JavaScript, since it's served as MIME text/plain. Please use rawgit URL instead.

Hey ya'll -- I tried to do this a while back as well but mine is way ghetto: https://github.com/chriscoyier/CSS3-StripTease I'm thinking multiple backgrounds should be pretty easy to test for,...

according to a 3rd party report.

Looks like we lost media query support. I tried to get it back but failed. This may be a unique function since it's not a replace, just a wipeout, it's...

`-webkit-gradient(linear,left top,left bottom,from(#F4F4F4),to(#ECECEC));` our current search for `/linear-gradient(.*?)/g` isn't cutting it here.

The reason I ultimately gave up on mine was that selectors are way harder to remove than properties and values. Ultimately it would be cool if this could negate selectors......