This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
angular
Watch
1
Star
0
Fork
You've already forked angular
0
mirror of
https://github.com/angular/angular
synced
2026-05-24 09:28:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
00a6c41129
angular
/
devtools
/
projects
/
shell-browser
/
src
/
styles.scss
6 lines
72 B
SCSS
Raw
Normal View
History
Unescape
Escape
refactor(devtools): consolidate devtools global styles into 1 file (#49001) Previously the DevTools demo app and browser app had duplicated styles in their respective styles.scss files. This commit creates a global styles.scss that is imported with sass @use into the demo and browser app styles.scss files. This will prevent any issues where css changes to one are missed in the other. Also reduces duplication of material css theme definitions by consolidating it inone place. The respective styles.scss files for the demo app and browser app continue to exist incase those need environment specific css. For example the browser app requires that height: 100% is set on a document in order to render properly in a browsers devtools tab. PR Close #49001
2023-02-08 07:48:18 +00:00
@use
'
../../../styles.scss
'
as
devtools
;
Initial commit for Angular DevTools
2020-01-27 18:40:18 +00:00
fix(devtools): consistent styles across shell dev and chrome
2020-04-09 00:18:15 +00:00
body
,
html
{
Initial commit for Angular DevTools
2020-01-27 18:40:18 +00:00
height
:
100
%
;
refactor(devtools): consolidate devtools global styles into 1 file (#49001) Previously the DevTools demo app and browser app had duplicated styles in their respective styles.scss files. This commit creates a global styles.scss that is imported with sass @use into the demo and browser app styles.scss files. This will prevent any issues where css changes to one are missed in the other. Also reduces duplication of material css theme definitions by consolidating it inone place. The respective styles.scss files for the demo app and browser app continue to exist incase those need environment specific css. For example the browser app requires that height: 100% is set on a document in order to render properly in a browsers devtools tab. PR Close #49001
2023-02-08 07:48:18 +00:00
}
Reference in a new issue
Copy permalink