fix blockqoute css

This commit is contained in:
Somrat 2025-02-23 09:39:42 +06:00
parent 1e5e5ed7f0
commit a028ddccd6
2 changed files with 2 additions and 2 deletions

View File

@ -55,5 +55,5 @@ code {
} }
blockquote > p { blockquote > p {
@apply my-0!; @apply !my-0;
} }

View File

@ -1,7 +1,7 @@
{ {
"name": "hugoplate", "name": "hugoplate",
"description": "hugo tailwindcss boilerplate", "description": "hugo tailwindcss boilerplate",
"version": "2.0.1", "version": "2.0.2",
"license": "MIT", "license": "MIT",
"author": "zeon.studio", "author": "zeon.studio",
"scripts": { "scripts": {