@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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obosbbl/grunnmuren-tailwind",
3
- "version": "0.8.0",
3
+ "version": "0.8.2",
4
4
  "description": "Grunnmuren Tailwind preset",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
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: '43.5rem',
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
  },