From 182b7b4ddeb6479ca160f5d11ee455777a0e31fe Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Wed, 25 Mar 2020 20:08:28 +0100 Subject: Update RTL CSS files (#2848) * Update RTL CSS files * Add RTL for Alternative-Dark, cf. https://github.com/FreshRSS/FreshRSS/pull/2811 * Update RTL for base/Origine * Also include a `*.rtl.rtl.css` deletion in `make rtl` to work around https://github.com/MohammadYounes/rtlcss/issues/64 * forgot to commit Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b2ecd8b8a..fe5043301 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ endif .PHONY: rtl rtl: ## Generate RTL CSS files - rtlcss -d p/themes + rtlcss -d p/themes && find . -type f -name '*.rtl.rtl.css' -delete ########## ## HELP ## -- cgit v1.2.3