imranhsayed / nextjs-headless-wordpress

🔥 Nextjs Headless WordPress
https://codeytek.com/course/next-js-headless-wordpress-course/
GNU General Public License v3.0
640 stars 161 forks source link

Default Gutenberg CSS Overriding TailwindCSS #67

Open electronicmaji opened 3 years ago

electronicmaji commented 3 years ago

Hello, I've been using this as a small boilerplate to build a website and I have noticed that some of the default settings on the Gutenberg stylesheets imported into the project from node-wordpress seem to override TailwindCSS classes used within the Gutenberg editor. Especially the top margin values. Do you have any recommended solution for prioritizing TailwindCSS over these styles?