fix(core): update
This commit is contained in:
parent
7c9aef342d
commit
a90e326f5e
@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@designestate/dees-domtools',
|
name: '@designestate/dees-domtools',
|
||||||
version: '2.0.27',
|
version: '2.0.28',
|
||||||
description: 'tools to simplify complex css structures'
|
description: 'tools to simplify complex css structures'
|
||||||
}
|
}
|
||||||
|
@ -20,14 +20,14 @@ export const scrollBarStyles: string = (() => {
|
|||||||
})();
|
})();
|
||||||
|
|
||||||
export const globalBaseStyles: string = css`
|
export const globalBaseStyles: string = css`
|
||||||
/* global material font */
|
/*
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Material Icons';
|
font-family: 'Material Icons';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url(https://fonts.gstatic.com/s/materialicons/v42/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2)
|
src: url(https://fonts.gstatic.com/s/materialicons/v42/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2)
|
||||||
format('woff2');
|
format('woff2');
|
||||||
}
|
} */
|
||||||
|
|
||||||
/* global body styles */
|
/* global body styles */
|
||||||
body {
|
body {
|
||||||
|
Loading…
Reference in New Issue
Block a user