-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Outdated CSS classes? #517
Comments
In fact, using the following configuration, I think there would be 15 CSS classes to fix if I'm not mistaken. {
"config": {
"card_assets": {
"exclude": [
"callout"
]
}
}
}
References: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my Ghost theme, I disabled the generation of
callout
cards as I made my own CSS implementation for this component.However, by doing this,
gscan
gives me several warnings despite the fact that I am using exactly the same classes as the current implementation ofkg-callout-card
.Is it possible that we should update the CSS classes in the v4.js file to match the current implementation? If so, let me know, I can probably do this fix if you want.
The text was updated successfully, but these errors were encountered: