@obosbbl/grunnmuren-tailwind 0.8.0 → 0.8.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@obosbbl/grunnmuren-tailwind",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Grunnmuren Tailwind preset",
5
5
  "license": "MIT",
6
6
  "type": "commonjs",
package/tailwind-base.cjs CHANGED
@@ -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
  },