File "ie7.scss"
Full path: /home/cakedeco/retaildirectonline.co.uk/system/storage/vendor/leafo/scssphp/tests/inputs/ie7.scss
File
size: 208 B (208 B bytes)
MIME-type: text/plain
Charset: utf-8
Download Open Edit Advanced Editor &nnbsp; Back
// 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);
}