alademann / bootstrap

This project has been superceeded by an official Bootstrap Sass port. Please use: https://github.com/twbs/bootstrap-sass

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error with mixins.scss is anyone else getting this?

icemancast opened this issue · comments

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

@icemancast - do you have compass installed?

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

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

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

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?

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