Answer the question
In order to leave comments, you need to log in
Sass + compass. How to create a map type variable?
I'm trying to create a variable of type map. I do it like this I $map: (key1: value1, key2: value2, key3: value3)
get an error when compiling
error sass/style.sass (Line 1: Invalid CSS after "(key1": expected ")", was ": value1, key2:...")
Answer the question
In order to leave comments, you need to log in
Problem solved by installing pre version of compass with sass 3.3.0 support
sudo gem install --pre
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question