0

Does anyone know where the sass configuration file is located on a mac and for that matter where sass is installed?

I did a "sudo gem install sass" as it stated in the Sass documentation but I don't know where it put the files. I think its tied to ruby somehow?

user3126564
  • 77
  • 1
  • 9
  • Sass doesn't *have* a configuration file. Why does it matter where Sass is installed? – cimmanon Dec 30 '15 at 22:58
  • Because Zurb Motion-ui documentation says "To import the Sass files into a project, add the load path [modules_folder]/motion-ui/src to your Sass configuration, then @import the library:" – user3126564 Dec 31 '15 at 13:13
  • The Zurb documentation apparently assumes you know what you're doing, and what you need to do greatly depends on your build process. For vanilla Sass, what you're looking for is this: http://stackoverflow.com/questions/6502313/sass-import-a-file-from-a-different-directory. Any "configuration" could possibly exist would be a product of something external to Sass (eg. Compass, Glup, Bower, etc.) – cimmanon Dec 31 '15 at 13:53
  • Thanks for the replies and the problem is I don't know what I am doing. I just wanted to get Sass and Motion-ui working, didn't know it would be so complicated! – user3126564 Dec 31 '15 at 18:17

0 Answers0