wassem / cssjanus

Automatically exported from code.google.com/p/cssjanus
Apache License 2.0
0 stars 0 forks source link

Extra option for 2 CSS files #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Take css file and for example en element with padding-right: 10px;
2. Convert css 
3. look at the element again now it will have padding-left: 10px;

What is the expected output? What do you see instead?
That's totally correct.
But I think it would be very helpfull if there would be an extra option 
"overwrite css ...", so that if you use 2css files (1 for every language and 1 
only for right-to-left). So in arabic you would use 2 css files and in english 
only 1.
I have that problem at the moment, so my element now has
padding-right: 10px; (comes from the overall css file)
padding-left: 10px; (comes from the rtl css file)

So if I choose the option padding-right should be overwritten with 0.

Only as an idea to improve your very helpful tool.

Original issue reported on code.google.com by svensva...@gmail.com on 15 Oct 2013 at 2:23