add in temp compiled stylus css, full index.css from the website (we

need to come up with something better)
This commit is contained in:
Tyler Renelle 2013-04-10 15:00:40 -04:00
parent 58f6689a33
commit 4a112bb180
2 changed files with 2041 additions and 1 deletions

View file

@ -8,4 +8,13 @@ Note: We can't load CommonJS format into the browser. There's a way to pull it i
##Installation
* `npm install`
* `make`
* `make`
##CSS
Shared CSS between the website and the mobile app is a fuzzy area. For now we'll have the website define canonical CSS, and share that down the mobile app.
To do so,
* go to the website repo
* remove the first line `@import nib/vendor` from index.styl
* `stylus styles/app/index.styl`
* copy the output index.css into this shared/css directory

2031
css/index.css Normal file

File diff suppressed because it is too large Load diff