Compare commits

...

4 Commits

Author SHA1 Message Date
497e6d1c11 2.0.37 2023-08-07 04:20:36 +02:00
f1949bdc5d fix(core): update 2023-08-07 04:20:36 +02:00
d36d4a921a 2.0.36 2023-08-06 19:38:53 +02:00
e6194045d1 fix(core): update 2023-08-06 19:38:52 +02:00
4 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@design.estate/dees-domtools",
"version": "2.0.35",
"version": "2.0.37",
"private": false,
"description": "tools to simplify complex css structures",
"main": "dist_ts/index.js",

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@design.estate/dees-domtools',
version: '2.0.35',
version: '2.0.37',
description: 'tools to simplify complex css structures'
}

View File

@ -32,7 +32,7 @@ export const globalBaseStyles: string = css`
/* global body styles */
body {
margin: 0px;
font-family: 'Inter', sans-serif;
font-family: 'Mona Sans', 'Inter', sans-serif;
box-sizing: border-box;
}

View File

@ -12,7 +12,7 @@ export const staticStyles = css`
:host {
box-sizing: border-box;
font-family: 'Inter', sans-serif;
font-family: 'Mona Sans', 'Inter', sans-serif;
}
${unsafeCSS(scrollBarStyles)}
@ -29,7 +29,7 @@ export const styles = html`
}
:host {
font-family: 'Inter', sans-serif;
font-family: 'Mona Sans', 'Inter', sans-serif;
}
${scrollBarStyles}