Current Path : /var/test/www/opcart/vendor/leafo/scssphp/tests/inputs/ |
Current File : /var/test/www/opcart/vendor/leafo/scssphp/tests/inputs/ie7.scss |
// http://jes.st/2013/ie7s-css-breaking-content-counter-bug/ #foo:before { content: counter(item, ".") ": "; } #bar:before { content: counter(item,"."); } #fu:before { content: counter(item); }