Skip to content
Snippets Groups Projects

Fix typo in .node-content class name

Open Matthieu Scarset requested to merge issue/tailwindcss-3304973:3304973- into 5.x
1 file
+ 3
3
Compare changes
  • Side-by-side
  • Inline
+ 3
3
@@ -14,9 +14,9 @@
@apply mb-4
}
.node__content p,
.node__content ul,
.node__content ol {
.node-content p,
.node-content ul,
.node-content ol {
@apply mb-4 leading-normal
}
Loading