Skip to content

Feature request: Supported generates RTL or LTR only #52

@hiyangguo

Description

@hiyangguo

Input :

.foo {
    float: right;
    /* rtl:only text-algin:  right ;*/
}

LTR output:

[dir="ltr"]  .foo {
    float: right;
}

RTL output:

[dir="rtl"] .foo {
   float: left ;
   text-algin:  right 
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions