klen / python-scss

Python scss parser.
http://packages.python.org/scss/
GNU Lesser General Public License v3.0
67 stars 12 forks source link

Cannot use a IE _ or # hack #22

Open pistolero opened 12 years ago

pistolero commented 12 years ago

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%;  
}
klen commented 12 years ago

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