Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gyoshev committed Nov 15, 2017
1 parent af4d327 commit ef1917f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/splitter/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
&.k-splitter-horizontal {
flex-direction: row;

&[dir=rtl] {
&[dir = "rtl"] {
flex-direction: row-reverse;
}
}
Expand Down

0 comments on commit ef1917f

Please sign in to comment.