Your IP : 216.73.216.95


Current Path : /var/www/storage2/vendor/leafo/scssphp/tests/inputs/
Upload File :
Current File : /var/www/storage2/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);
}