Add RTL styles. Most of the work is done by the browser 💖

This commit is contained in:
Jed Fox
2020-04-01 13:10:40 -04:00
parent 0e90996715
commit cba0a57ce3
11 changed files with 138 additions and 77 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import React from "react";
import { Popover } from "./Popover";
import "./ColorPicker.css";
import "./ColorPicker.scss";
import { KEYS } from "../keys";
import { t } from "../i18n";
import { isWritableElement } from "../utils";