mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
| .. | ||
| src | ||
| .eslintignore | ||
| .eslintrc.js | ||
| .stylelintrc.json | ||
| babel.config.js | ||
| jest.config.js | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
This folder contains client code that is branded, i.e. it implements the visual design language we use across our web app and e.g. in the options menu of the browser extension. Code in here can use Bootstrap and must not adapt styles of the code host (for more details, see Styling UI in the handbook).
Any code that is code host agnostic should go into ../shared instead.