Настройка zurb foundation-sass с помощью компаса - как вы работаете и используете его в проекте?

Я новичок в sass и zurb Foundation (в прошлом я использовал bootstrap / less с помощью codekit) и пытался использовать версию sassfoundation-sass но он не может быть успешно настроен - либо через командную строку, используя гем zurb, либо с помощью codekit.

If I configure the gem:

Foundation works as long as I load all the foundation components via @import "ZURB-foundation";

But if I try to load components separately by uncommenting @import "zurb/buttons"; I see errors: "Undefined variable: "$default-color" - but where do the variables and mixin files live?

Also, where do the foundation scss files live so you can customize the design without having to override everything using apps.scss?

If I take another route and try to use the mac application codekit:

I get errors that the /zurb/ directory doesn't exist (which it doesn't) - this seems to be related to point 3 above - when you create a new compass-foundation project, none of the foundation files seem to live in your project folder.

If I then download foundation-sass via github:

All the files are in sass format rather than scss

And although you can modify compass mixins as you call them, how do you modify foundation's stylesheet files without modifying their originals - or are you supposed to edit their files?

Я не нашел никакой информации о том, как все должно соответствовать друг другу, поэтому я надеялся, что кто-то здесь может знать.

Между прочим, я не использую это с проектом ruby - просто пытаюсь настроить его исключительно для работы с внешним интерфейсом.

Любая помощь приветствуется.

ура

Бен

Ответы на вопрос(2)

Ваш ответ на вопрос