We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3186ed5 commit 34686e0Copy full SHA for 34686e0
build/plotcss.js
@@ -2,7 +2,7 @@
2
3
var Lib = require('../src/lib');
4
var rules = {
5
- "X,X div": "font-family:'Open Sans', verdana, arial, sans-serif;margin:0;padding:0;",
+ "X,X div": "direction:ltr;font-family:'Open Sans', verdana, arial, sans-serif;margin:0;padding:0;",
6
"X input,X button": "font-family:'Open Sans', verdana, arial, sans-serif;",
7
"X input:focus,X button:focus": "outline:none;",
8
"X a": "text-decoration:none;",
0 commit comments