fix(core): update

This commit is contained in:
2020-05-23 17:13:09 +00:00
parent 1c844d35ca
commit ec36a516c0
3 changed files with 33 additions and 5 deletions

View File

@ -2,7 +2,9 @@ export * from './domtools.elementbasicsetup';
export * from './domtools.elementbasicstyles';
import * as breakpoints from './domtools.breakpoints';
import * as css from './domtools.css';
export {
css,
breakpoints
};