An error occurred while fetching this tab.
[SG-39285] Remove style duplication caused by the forkedBranded.scss file
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: gitstart-sourcegraph
forkedBranded.scss
file in favor of the branded.scss
importSourcegraph Issue GitStart Issue
client/branded/src/global-styles/index.scss
to client/branded/src/global-styles/base.scss
@import './highlight';
from base.scss
to client/branded/src/global-styles/index.scss
client/vscode/src/webview/index.scss
should import client/branded/src/global-styles/base.scss
instead of forkedBranded.scss
client/vscode/src/webview/index.scss
Check out the client app preview documentation to learn more.
Push commits to the source branch or add previously merged commits to review them.