diff --git a/postcss.config.js b/postcss.config.js index 2aa7205..f780382 100644 --- a/postcss.config.js +++ b/postcss.config.js @@ -1,5 +1,6 @@ export default { plugins: { + "tailwindcss/nesting": {}, tailwindcss: {}, autoprefixer: {}, }, diff --git a/src/components/Editor/NodeViews/TableView.tsx b/src/components/Editor/NodeViews/TableView.tsx index b870a9d..0fa46a3 100644 --- a/src/components/Editor/NodeViews/TableView.tsx +++ b/src/components/Editor/NodeViews/TableView.tsx @@ -6,21 +6,21 @@ import props from "./types"; const TableView: React.FC = ({ editor }) => { return ( -
+
-
{ editor.commands.addRowAfter(); }} > -
+