fix(css): add core.css (#15220)

fixes #15170
This commit is contained in:
Manu MA
2018-08-29 18:05:20 +02:00
committed by GitHub
parent 99a2925b66
commit 096d9a76f3
227 changed files with 351 additions and 334 deletions

View File

@ -0,0 +1,8 @@
// Core CSS, always required
@import "./core";
// Global CSS: blocks scrolling, sets box-sizing
@import "./global.bundle";
// CSS Utils
@import "./utils.bundle";