@obosbbl/grunnmuren-tailwind 2.0.0-canary.10 → 2.0.0-canary.11

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": "2.0.0-canary.10",
3
+ "version": "2.0.0-canary.11",
4
4
  "description": "Grunnmuren Tailwind preset",
5
5
  "repository": {
6
6
  "url": "https://github.com/code-obos/grunnmuren"
package/tailwind-base.cjs CHANGED
@@ -531,6 +531,9 @@ module.exports = (options = {}) => {
531
531
  ...typography.paragraphText.large,
532
532
  },
533
533
  },
534
+ strong: {
535
+ fontWeight: theme('fontWeight.medium'),
536
+ },
534
537
  blockquote: {
535
538
  // Reset defaults:
536
539
  marginBottom: 'unset',