mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
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:
parent
58f6689a33
commit
4a112bb180
2 changed files with 2041 additions and 1 deletions
11
README.md
11
README.md
|
|
@ -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
2031
css/index.css
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue