repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove client-side isLoggedIn value
[ProtonMail-WebClient.git]
/
packages
/
styles
/
README
blob
aafdb177f72fdbc0a49dab039e9f46ad236e3d43
1
# Proton styles packages
2
3
To generate CSS builds for mobile resets:
4
5
- `cd packages/styles`
6
- `yarn install` if needed
7
- `yarn run build:reset`
8
9
It will:
10
11
- take .scss files in `scss/specifics/`
12
- process them and generate a minified CSS version in `assets/css/`
13