Skip to content
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

Generated css contains duplicated declarations #232

Closed
vladcosorg opened this issue Mar 18, 2015 · 3 comments
Closed

Generated css contains duplicated declarations #232

vladcosorg opened this issue Mar 18, 2015 · 3 comments

Comments

@vladcosorg
Copy link
Contributor

$titan->createCSS( '
.a {
display: block;
}
' );

output

.a{display:block;}.a{display:block;}
@Asored-D
Copy link

Asored-D commented Apr 3, 2015

yes, here the same .. :) .. and when i clear all the code in custom css editor, the style still remains..

@ori
Copy link

ori commented Apr 21, 2015

Same. In addition it occurs when using color picker with css parameter.

@coolplektor
Copy link

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.

bfintal added a commit that referenced this issue Sep 1, 2015
@bfintal bfintal closed this as completed Sep 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants