You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
json-editor.component.scss is growing too big and too complex, since we put all shared styles there, because the component has encapsulation: ViewEncapsulation.None to apply all style globally.
I think we should move all shared styles to another file or add more comments to the scss file and seperate them.
The text was updated successfully, but these errors were encountered:
json-editor.component.scss
is growing too big and too complex, since we put all shared styles there, because the component hasencapsulation: ViewEncapsulation.None
to apply all style globally.I think we should move all shared styles to another file or add more comments to the
scss
file and seperate them.The text was updated successfully, but these errors were encountered: