javascript - Stuck with Compass and Foundation 5 -


i want develop front end foundation 5. have downloaded , use in project.

now want able edit it. understand have sass , have chosen compass.

i have been able download compass, sass, ruby, node.js, etc. , after testing works fine , have done tests.

i stuck in using compass , foundation , editing foundation files , request help.

this current project created foundation on command line.

http://imgur.com/ssi1vzp

now need start using compass in order modify css files sass.

any shalt appreciated.

so have default page can rename , change bits , pieces of :-)

to use sass (and compass) , foundation create styles want in new file called _overrides.scss in same directory app.scss text editor of choice , tell compass watch directory (cd site root first)

compass watch -s compressed 

compass tell it's 'polling changes' , overwrite app.css [note, compass smart enough work out lives in different directory, 'stylesheets']


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -