fix(core): update

This commit is contained in:
2021-11-26 16:21:11 +01:00
parent f5fd0662d3
commit 97583c650d
9 changed files with 116 additions and 67 deletions

View File

@ -1,7 +1,7 @@
export * from './domtools.colors';
import * as elementBasic from './domtools.elementbasic';
import * as breakpoints from './domtools.breakpoints';
import * as breakpoints from './domtools.css.breakpoints';
import * as css from './domtools.css';
export { css, breakpoints, elementBasic };