Skip to content

dannyblackstock/weathernetwork

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to the IAT.....PFFFFFF TEW OH ONEE Weather Network repo!

Prototypes for a redesign of http://www.weathernetwork.com/ for IAT 201 "Human-Computer Interfaces and Cognition."

Using Sass Standalone
With Foundation 4, we've removed all dependencies from the framework. This means you can use Foundaiton with Sass alone and add Compass, Bourbon, or whatever on top of it. To help get going using only Sass, you'll just need to download the files from Github (grab the scss/ and js/ directories) and put them into your project directory. From there you just need to @import the parts of Foundation you need.

To import all of Foundation:
@import "/path/to/foundation";

once you have ruby installed, install sass in command line:
"gem install sass"

example of using sass to generate ("watch") css file in command line:
"sass --watch test.scss:test.css"

The global scss variables are found in scss/foundation/_foundation_global.scss

About

Prototypes for the IAT 201 Weather Network website redesign

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published