@obosbbl/grunnmuren-tailwind 0.8.1 → 0.8.3
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 +3 -3
- package/tailwind-base.cjs +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@obosbbl/grunnmuren-tailwind",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.3",
|
|
4
4
|
"description": "Grunnmuren Tailwind preset",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@tailwindcss/aspect-ratio": "0.4.2",
|
|
19
|
-
"@tailwindcss/typography": "0.5.
|
|
19
|
+
"@tailwindcss/typography": "0.5.8"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"tailwindcss": "3.2.
|
|
22
|
+
"tailwindcss": "3.2.4",
|
|
23
23
|
"postcss": "8.4.18"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
package/tailwind-base.cjs
CHANGED
|
@@ -296,7 +296,7 @@ module.exports = (userOptions) => {
|
|
|
296
296
|
paddingRight: '1rem',
|
|
297
297
|
marginLeft: 'auto',
|
|
298
298
|
marginRight: 'auto',
|
|
299
|
-
maxWidth: '
|
|
299
|
+
maxWidth: '45.5rem',
|
|
300
300
|
},
|
|
301
301
|
// that thin blue line at the top
|
|
302
302
|
'.topline::before': {
|
|
@@ -452,6 +452,7 @@ module.exports = (userOptions) => {
|
|
|
452
452
|
'--tw-prose-lead': theme('colors.black'),
|
|
453
453
|
'--tw-prose-quotes': theme('colors.blue.dark'),
|
|
454
454
|
'--tw-prose-quote-borders': theme('colors.green.DEFAULT'),
|
|
455
|
+
'--tw-prose-counters': theme('colors.black'),
|
|
455
456
|
// TODO: Increase bullet size. See design sketches
|
|
456
457
|
'--tw-prose-bullets': theme('colors.green.DEFAULT'),
|
|
457
458
|
color: theme('colors.black'),
|