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:
Georgios Kalpakas 2017-05-10 13:51:46 +03:00 committed by Pete Bacon Darwin
parent 063db641f8
commit f795f649cf
2 changed files with 0 additions and 4 deletions

View File

@ -1,3 +0,0 @@
live-example > div:first-child {
max-width: 600px;
}

View File

@ -20,7 +20,6 @@
@import 'search-results';
@import 'api-list';
@import 'hr';
@import 'live-example';
@import 'scrollbar';
@import 'callout';
@import 'resources';