HEX
Server: LiteSpeed
System: Linux standart108 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: pplae2ji7 (11089)
PHP: 8.3.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/plasmak.com.tr/httpdocs/wp-content/plugins/code-snippets/css/common/_direction.scss
:root {
	--cs-direction-multiplier: 1; // LTR = 1, RTL = -1
}

html[dir="rtl"],
body.rtl {
	--cs-direction-multiplier: -1;
}