@obosbbl/grunnmuren-tailwind 0.8.0 → 0.8.2
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 +1 -1
- package/tailwind-base.cjs +4 -1
package/package.json
CHANGED
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': {
|
|
@@ -333,6 +333,9 @@ module.exports = (userOptions) => {
|
|
|
333
333
|
addUtilities({
|
|
334
334
|
// imitates a bold font, but doesn't cause layout due to element width change like with font-weight
|
|
335
335
|
// Note that this CSS isn't standardized, but it works in Fx, Chrome, Safari and Edge
|
|
336
|
+
/**
|
|
337
|
+
* @deprecated use font-bold instead
|
|
338
|
+
*/
|
|
336
339
|
'.fake-font-bold': {
|
|
337
340
|
'-webkit-text-stroke': '1px',
|
|
338
341
|
},
|