https://github.com/keybase/kb-styles
colors and styles for keybase
https://github.com/keybase/kb-styles
Last synced: 9 months ago
JSON representation
colors and styles for keybase
- Host: GitHub
- URL: https://github.com/keybase/kb-styles
- Owner: keybase
- License: bsd-3-clause
- Archived: true
- Created: 2016-02-15T13:58:19.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T18:56:08.000Z (over 4 years ago)
- Last Synced: 2025-08-23T04:04:25.671Z (10 months ago)
- Language: SCSS
- Size: 787 KB
- Stars: 1
- Watchers: 12
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kb-styles
This project generates a number of outputs for having access to Keybase styles:
Setup:
- `npm install -d` after checking out for the first time
Inputs:
- `src/colors.iced` to change color variables
- `src/kb_bootstrap_variables.scss` to change bootstrap's variables (can use stuff from colors)
- `src/kb_bootstrap_overrides.scss` to change bootstrap's output (some things can't be controlled in vars, so this overrides the generated css as a last resort
- `package.json` - make sure to increment version number if there are changes in a PR.
To compile and test it:
```bash
make
open public/html/bootstrap-demo.html
```
Feel free to add some more tests/extra divs to that demo html file.
Outputs:
- a whole bunch of stuff in public for use in other projects