Add editor in the tailwind

feat/readonly-editor
Arik Chakma 1 year ago
parent d6ebddcd82
commit 383b795009
  1. 2
      tailwind.config.cjs

@ -2,7 +2,7 @@
module.exports = { module.exports = {
content: [ content: [
'./src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue,svg}', './src/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue,svg}',
'./node_modules/@roadmapsh/web-draw/src/editor/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue,svg}' './editor/**/*.{astro,html,js,jsx,md,mdx,svelte,ts,tsx,vue,svg}'
], ],
future: { future: {
hoverOnlyWhenSupported: true, hoverOnlyWhenSupported: true,

Loading…
Cancel
Save