We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Re-factor css to resize counter, and provide for exmaple 3 options: Large, normal, small
The text was updated successfully, but these errors were encountered:
Flipdown already supports two sizes, a regular and small variant. I'd appreciate a PR if you'd like to add more sizing options.
Sorry, something went wrong.
@PButcher How do you get the small variant? I don't see anything in the documentation or in the FlipDown class about how to change the size.
It's currently triggered by a media query, it's not a setting.
If you'd like to use the small version as the default, you can use the styles in the media query to override the default behaviour: https://github.com/PButcher/flipdown/blob/master/dist/flipdown.css#L213-L283
No branches or pull requests
Re-factor css to resize counter,
and provide for exmaple 3 options:
Large, normal, small
The text was updated successfully, but these errors were encountered: