@obosbbl/grunnmuren-tailwind 2.0.0-canary.4 → 2.0.0-canary.5
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.
- package/package.json +2 -2
- package/tailwind-base.cjs +5 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@obosbbl/grunnmuren-tailwind",
|
|
3
|
-
"version": "2.0.0-canary.
|
|
3
|
+
"version": "2.0.0-canary.5",
|
|
4
4
|
"description": "Grunnmuren Tailwind preset",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/code-obos/grunnmuren"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"tailwindcss-animate": "^1.0.7"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"tailwindcss": "3.4.
|
|
23
|
+
"tailwindcss": "3.4.4"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"tailwindcss": "^3.4.0"
|
package/tailwind-base.cjs
CHANGED
|
@@ -414,7 +414,7 @@ module.exports = (options = {}) => {
|
|
|
414
414
|
'--tw-prose-links': 'inherit',
|
|
415
415
|
'--tw-prose-quotes': 'inherit',
|
|
416
416
|
'--tw-prose-counters': theme('colors.black'),
|
|
417
|
-
'--tw-prose-bullets': theme('colors.
|
|
417
|
+
'--tw-prose-bullets': theme('colors.black'),
|
|
418
418
|
color: theme('colors.black'),
|
|
419
419
|
maxWidth: theme('maxWidth.prose'),
|
|
420
420
|
a: {
|
|
@@ -461,8 +461,10 @@ module.exports = (options = {}) => {
|
|
|
461
461
|
},
|
|
462
462
|
},
|
|
463
463
|
li: {
|
|
464
|
-
|
|
465
|
-
|
|
464
|
+
...typography.paragraphText.small,
|
|
465
|
+
'@media (min-width: theme("screens.md"))': {
|
|
466
|
+
...typography.paragraphText.large,
|
|
467
|
+
},
|
|
466
468
|
},
|
|
467
469
|
p: {
|
|
468
470
|
...typography.paragraphText.small,
|