-
```
A rule name body.rightPanel had been renamed to body.leftPanel, even though
I didn't check the --swap_left_right_in_url box.
```
Original issue reported on code.google.com by `jan.schn...@gmail.c…
-
```
Sometimes we want to intentionally override the browser's settings to fix
bidi text bugs, and in those cases we don't want cssjanus to flip a certain
rule, or sometimes anything in a certain class…
-
```
Sometimes we want to intentionally override the browser's settings to fix
bidi text bugs, and in those cases we don't want cssjanus to flip a certain
rule, or sometimes anything in a certain class…
-
```
With this input,
/* @noflip */
.hello
{
left: 0px;
padding-right: 5px;
}
the expected output is,
/* @noflip */
.hello
{
left: 0px;
padding-right: 5px;
}
but I get this output:
…
-
```
With this input,
/* @noflip */
.hello
{
left: 0px;
padding-right: 5px;
}
the expected output is,
/* @noflip */
.hello
{
left: 0px;
padding-right: 5px;
}
but I get this output:
…
-
```
It would be nice to get this fixed, but changing the class names is also
obviously an option. Just in caseClasses separated by a comma and linebreak
are flipped when they shouldn’t be. This doesn’…
-
```
It would be nice to get this fixed, but changing the class names is also
obviously an option. Just in caseClasses separated by a comma and linebreak
are flipped when they shouldn’t be. This doesn’…
-
Some rules need to be ADDED in addition to just flipping, in order to "zero out" the previous rule.
Example:
``` css
.class {
position: absolute;
left:0;
}
.class2 {
margin-left:20px;
}
```
**Shoul…
-
```
Deprecation Notice: The Composer\Package\LinkConstraint\VersionConstraint class is deprecated,
use Composer\Semver\Constraint\Constraint instead.
in phar:///var/www/w/yyy/composer.phar/src/Compo…
-
```
Placing the noflip declaration above an entire class block only prevents the
next rule from being
flipped, not the entire block as expected. A look at the unit test shows this
case not being te…