@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 +1 -1
- package/tailwind-base.cjs +3 -0
package/package.json
CHANGED
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
|
},
|