alademann / bootstrap

This project has been superceeded by an official Bootstrap Sass port. Please use: https://github.com/twbs/bootstrap-sass
Apache License 2.0
185 stars 29 forks source link

error with mixins.scss is anyone else getting this? #19

Closed icemancast closed 10 years ago

icemancast commented 10 years ago

error _mixins.scss (Line 783: Invalid CSS after "comma-list": expected selector, was "(), comma-list(...")

alademann commented 10 years ago

@icemancast - do you have compass installed?

icemancast commented 10 years ago

Ahhh no not using compass. Do I have to use compass or can I use it without?

alademann commented 10 years ago

Compass is just used as the compiler... gem install compass ... and you're set.

alademann commented 10 years ago

Also - if you simply run the grunt commands described in the Readme - e'thing should compile like a dream.

GeorgeR commented 10 years ago

This doesn't work for me either in VS2012 with WebWorkbench (it compiles SASS/Compass). The culprit is that comma-list() thing, and I can't see where it even gets resolved (unless its an internal compass thing). It might also be that I don't have the compass import (see the main sass-bootstrap.scss file). Is it that, and if so, where do I find it?

alademann commented 10 years ago

This repo is no longer supported - you should use the official Sass Bootstrap Port from now-on.