Skip to content

[mediaqueries] media feature for RTL direction #642

@cookiecrook

Description

@cookiecrook

[mediaqueries] media feature for RTL direction

Perhaps:
@media (direction: rtl) { /* hebrew, arabic, etc. */ }

And the none value (ltr could potentially be a synonym for none in the Boolean context?):

(direction: none) == (direction: ltr)
(direction) == (direction: rtl)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions