UNPKG

decanter

Version:

Design System Tailwind CSS Preset.

11 lines (9 loc) 231 B
/** * Font weight extended config */ module.exports = function () { return { // TW class for normal font weight is font-normal, but Decanter v6 users are used to font-regular for the same thing regular: '400', }; };