From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- srcs/phpmyadmin/themes/pmahomme/scss/_direction.scss | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 srcs/phpmyadmin/themes/pmahomme/scss/_direction.scss (limited to 'srcs/phpmyadmin/themes/pmahomme/scss/_direction.scss') diff --git a/srcs/phpmyadmin/themes/pmahomme/scss/_direction.scss b/srcs/phpmyadmin/themes/pmahomme/scss/_direction.scss deleted file mode 100644 index bea992f..0000000 --- a/srcs/phpmyadmin/themes/pmahomme/scss/_direction.scss +++ /dev/null @@ -1,13 +0,0 @@ -$direction: ltr !default; - -@if $direction != ltr and $direction != rtl { - $direction: ltr; -} - -$left: left; -$right: right; - -@if $direction == rtl { - $left: right; - $right: left; -} -- cgit