add styles for lists

This commit is contained in:
samaradel
2021-07-15 17:10:19 +00:00
parent c50b413b75
commit ec7e4c736d

View File

@@ -58,6 +58,7 @@ pre {
@apply overflow-x-auto;
}
@tailwind base;
ol {
@apply list-decimal;
@apply ml-5;
@@ -73,7 +74,6 @@ ul {
@apply text-base;
}
@tailwind base;
@tailwind components;
@tailwind utilities;
@responsive {