refactor(aio): remove redundant styles
Due to the new structure of `live-example`, the only style in `_live-example.scss` was not applied. This is OK according to https://github.com/angular/angular/issues/15935#issuecomment-295482503, since we want it to take the full width. Fixes #15935
This commit is contained in:
parent
063db641f8
commit
f795f649cf
|
@ -1,3 +0,0 @@
|
|||
live-example > div:first-child {
|
||||
max-width: 600px;
|
||||
}
|
|
@ -20,7 +20,6 @@
|
|||
@import 'search-results';
|
||||
@import 'api-list';
|
||||
@import 'hr';
|
||||
@import 'live-example';
|
||||
@import 'scrollbar';
|
||||
@import 'callout';
|
||||
@import 'resources';
|
||||
|
|
Loading…
Reference in New Issue