refactor(aio): include print styles last to overwrite other styles (#23538)

PR Close #23538
This commit is contained in:
George Kalpakas 2018-04-25 13:40:49 +03:00 committed by Igor Minar
parent 3824e3f858
commit 52a3657b48
3 changed files with 7 additions and 5 deletions

View File

@ -12,4 +12,3 @@
@import 'sidenav';
@import 'table-of-contents';
@import 'top-menu';
@import 'print-layout';

View File

@ -12,3 +12,6 @@
@import './0-base/base-dir';
@import './1-layouts/layouts-dir';
@import './2-modules/modules-dir';
// import print styles
@import './print';