klen / python-scss

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

parse error for comments #27

Open flytwokites opened 12 years ago

flytwokites commented 12 years ago

An error occured when parse below scss:

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements */
dl, dt, dd, ul, ol, li, /* list elements */
pre, /* text formatting elements */
form, fieldset, legend, button, input, textarea, /* form elements */
th, td /* table elements */ { margin: 0; padding: 0; }

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote /* structural elements */ ^ Expected end of text (at char 4), (line:1, col:5)

klen commented 12 years ago

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