@obosbbl/grunnmuren-tailwind 0.7.0 → 0.7.1
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@obosbbl/grunnmuren-tailwind",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.1",
|
|
4
4
|
"description": "Grunnmuren Tailwind preset",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "commonjs",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"tailwindcss": "3.1.8",
|
|
23
|
-
"postcss": "8.4.
|
|
23
|
+
"postcss": "8.4.17"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"tailwindcss": "^3"
|
package/tailwind-base.cjs
CHANGED
|
@@ -369,10 +369,10 @@ module.exports = (userOptions) => {
|
|
|
369
369
|
extend: {
|
|
370
370
|
maxWidth: {
|
|
371
371
|
// Override Tailwinds default prose width of 60 chars to 48. Roughly 590 pixels
|
|
372
|
-
prose: '
|
|
372
|
+
prose: '696px',
|
|
373
373
|
},
|
|
374
374
|
width: {
|
|
375
|
-
prose: '
|
|
375
|
+
prose: '696px',
|
|
376
376
|
},
|
|
377
377
|
screens: {
|
|
378
378
|
// replicate the smaller than breakpoint from Windi. Even though we are mobile first, it is really nice with an escape hatch sometimes
|