I have download the new released and i don't know why but i have configured compass but it gives me the following error,
content: "Syntax error: Invalid CSS after \"...nd (min-width: \": expected expression (e.g. 1px, bold), was \"$min) and (max-...\"\A on line 41 of /Users/oscarfrancino/Sites/finabluma/sites/all/themes/boilerplate/sass/_mixins.scss\A from line 70 of /Users/oscarfrancino/Sites/finabluma/sites/all/themes/boilerplate/sass/_vars.scss\A from line 8 of /Users/oscarfrancino/Sites/finabluma/sites/all/themes/boilerplate/sass/style.scss"; }
I guess i something related with the breakpoint but i'm recently new in this feature and i can not figure out what's going on...
someone have any idea??
Comments
Comment #1
danlinn commentedYep, this sounds like you need to update Compass/Sass as the variables in media queries are a new compass feature. Try running 'sudo gem update compass' and 'sudo gem update sass' in your command line.
Comment #2
finabluma commentedworked!! thanks! ;)