mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed double semicolon
This commit is contained in:
parent
cd74147fca
commit
3300d3ec76
@ -50,7 +50,7 @@
|
|||||||
// Adjust for right-to-left languages
|
// Adjust for right-to-left languages
|
||||||
[dir="rtl"] & {
|
[dir="rtl"] & {
|
||||||
right: initial;
|
right: initial;
|
||||||
left: px2rem(16px);;
|
left: px2rem(16px);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Show open dialog
|
// Show open dialog
|
||||||
|
Loading…
Reference in New Issue
Block a user