mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
config redirect
This commit is contained in:
19
node_modules/tw-elements/dist/plugin.js
generated
vendored
Normal file
19
node_modules/tw-elements/dist/plugin.js
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
const plugin = require('tailwindcss/plugin');
|
||||
const bsComponents = require('./bs-styles');
|
||||
|
||||
module.exports = plugin(
|
||||
({ addComponents }) => {
|
||||
addComponents(bsComponents);
|
||||
},
|
||||
{
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
sans: ['Inter', 'sans-serif'],
|
||||
body: ['Inter', 'sans-serif'],
|
||||
mono: ['ui-monospace', 'monospace'],
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
);
|
||||
Reference in New Issue
Block a user