klen / python-scss

Python scss parser.

Home Page:http://packages.python.org/scss/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot use a IE _ or # hack

pistolero opened this issue · comments

SCSS is unable to parse CSS stylesheet if it contains IE hacks with properties prefixed by '_' or '#'

.sc-container {
    display: table;
    #position: relative;
}


body {
    min-height: 100%;
    _height: 100%;  
}

Sorry, I not supported python-scss anymore. Use https://github.com/Kronuz/pyScss