Answers for "using tinymce with tailwind css"

CSS
0

using tinymce with tailwind css

// tailwind.config.js
module.exports = {
  corePlugins: {
   preflight: false,
  }
}
Posted by: Guest on April-16-2021

Browse Popular Code Answers by Language