Sha256: 2b8bfa9018cf327c105b987455c8f25b5f774f0492b0b48cea9296d200c704d3
Contents?: true
Size: 448 Bytes
Versions: 21
Compression:
Stored size: 448 Bytes
Contents
const plugin = require("tailwindcss/plugin"); module.exports = plugin(function ({ addUtilities }) { addUtilities({ ".icon": {}, ".icon-stroke": { "@apply fill-none stroke-2 stroke-current text-current": {}, "stroke-linecap": "round", "stroke-linejoin": "round", }, ".icon-fill": { "@apply fill-current text-current": {}, "stroke-linecap": "round", "stroke-linejoin": "round", }, }); });
Version data entries
21 entries across 21 versions & 1 rubygems