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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
For example, If we are at the follow URL:
http://localhost:3000/#/number/parse-string
attach the path as css class in the body:
<body class="number-parse-string ready sticky" cz-shortcut-listen="true"> </body>
This make easy add custom CSS for specific sections
Also could be added as data-attribute:
data-attribute
<body class="ready sticky" data-page="parse-string" cz-shortcut-listen="true"> </body>
Related:
The text was updated successfully, but these errors were encountered:
ce0e9ac
awesome!
Sorry, something went wrong.
v4.1.14 is released.
v4.1.14
No branches or pull requests
For example, If we are at the follow URL:
http://localhost:3000/#/number/parse-string
attach the path as css class in the body:
This make easy add custom CSS for specific sections
Also could be added as
data-attribute
:Related:
The text was updated successfully, but these errors were encountered: