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
$titan->createCSS( ' .a { display: block; } ' );
output
.a{display:block;}.a{display:block;}
The text was updated successfully, but these errors were encountered:
yes, here the same .. :) .. and when i clear all the code in custom css editor, the style still remains..
Sorry, something went wrong.
Same. In addition it occurs when using color picker with css parameter.
css
I will just add that same is happening with javascript (not only with css). If you populate custom js code, it will be written twice on fronted.
Do not do CSS while initializing
6d672d7
Closes #271 #232
No branches or pull requests
output
The text was updated successfully, but these errors were encountered: