diff options
| author | 2020-03-25 20:08:28 +0100 | |
|---|---|---|
| committer | 2020-03-25 20:08:28 +0100 | |
| commit | 182b7b4ddeb6479ca160f5d11ee455777a0e31fe (patch) | |
| tree | 41ddcf3b1e7b947c84be34ddeb1f554fab82bebd /Makefile | |
| parent | cdbf401ccab34132c850e5c9734cef75c6f3cb3d (diff) | |
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
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ## |
