using tinymce with tailwind css

Solutions on MaxInterview for using tinymce with tailwind css by the best coders in the world

showing results for - "using tinymce with tailwind css"
Nohlan
05 Aug 2017
1// tailwind.config.js
2module.exports = {
3  corePlugins: {
4   preflight: false,
5  }
6}
7