@jaisocx/css-clean-start-2 1.1.7 → 1.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -85,8 +85,14 @@
|
|
|
85
85
|
|
|
86
86
|
--jsx--css-clean-start-2--all-tags--color: black;
|
|
87
87
|
|
|
88
|
-
|
|
89
|
-
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
/*
|
|
91
|
+
removed fonts, that may be set via @font-face, since hardcoded font file loaded required and .css with @font-face
|
|
92
|
+
the fallback font names improved according to documentation, however not tested with multiplatform and multibrowser testing tools.
|
|
93
|
+
*/
|
|
94
|
+
--jsx--css-clean-start-2--all-tags--font-family: Tahoma, system-ui, -apple-system, BlinkMacSystemFont, Roboto, Oxygen;
|
|
95
|
+
--jsx--css-clean-start-2--pre--font-family: 'Courier New', Courier, Menlo, Consolas, 'Liberation Mono', monospace;
|
|
90
96
|
|
|
91
97
|
--jsx--css-clean-start-2--all-tags--font-size: 0.85rem;
|
|
92
98
|
--jsx--css-clean-start-2--all-tags--line-height: 1rem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jaisocx/css-clean-start-2",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.8",
|
|
4
4
|
"description": "Css sites resetting default styles with main.css of few hundereds css code lines, and the very nice infrastructure for responsive sites bugfixing and fine-tuning",
|
|
5
5
|
"author": "Jaisocx Company",
|
|
6
6
|
"keywords": [
|