fix(core): update

This commit is contained in:
Philipp Kunz 2023-01-07 08:24:37 +01:00
parent 7c9aef342d
commit a90e326f5e
2 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@designestate/dees-domtools',
version: '2.0.27',
version: '2.0.28',
description: 'tools to simplify complex css structures'
}

View File

@ -20,14 +20,14 @@ export const scrollBarStyles: string = (() => {
})();
export const globalBaseStyles: string = css`
/* global material font */
/*
@font-face {
font-family: 'Material Icons';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/materialicons/v42/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2)
format('woff2');
}
} */
/* global body styles */
body {