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/original/scss/theme.scss | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 srcs/phpmyadmin/themes/original/scss/theme.scss (limited to 'srcs/phpmyadmin/themes/original/scss/theme.scss') diff --git a/srcs/phpmyadmin/themes/original/scss/theme.scss b/srcs/phpmyadmin/themes/original/scss/theme.scss deleted file mode 100644 index 1e5d7a5..0000000 --- a/srcs/phpmyadmin/themes/original/scss/theme.scss +++ /dev/null @@ -1,13 +0,0 @@ -@import "../../pmahomme/scss/direction"; -@import "variables"; -@import "../../pmahomme/scss/bootstrap"; -@import "common"; -@import "../../pmahomme/scss/enum-editor"; -@import "../../pmahomme/scss/gis"; -@import "navigation"; -@import "../../pmahomme/scss/designer"; -@import "../../pmahomme/scss/rte"; -@import "../../pmahomme/scss/codemirror"; -@import "../../pmahomme/scss/jqplot"; -@import "../../pmahomme/scss/resizable-menu"; -@import "icons"; -- cgit