1
0
Fork 0

feat(fs.dev): Added syntax highlighting

This commit is contained in:
Joost De Cock 2021-12-18 15:41:37 +01:00
parent c5e971e8a7
commit d1f53b78b6
20 changed files with 535 additions and 35 deletions

View file

@ -9,6 +9,10 @@ module.exports = {
'./pages/**/*.js',
'../freesewing.shared/components/**/*.js',
],
plugins: [
require('daisyui'),
require('@tailwindcss/typography'),
],
daisyui: {
styled: true,
themes: [ themes ],
@ -22,7 +26,4 @@ module.exports = {
colors: require('daisyui/colors'),
},
},
plugins: [
require('daisyui'),
],
}