blog

git clone https://git.ce9e.org/blog.git

commit
9d641d08606a88e171a4e902dab076602263de28
parent
1fda3db5ba6dcfb52bc5160c9e5cf0be394db9a3
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-02-27 06:44
tweak flow-relativ css post

Diffstat

M _content/posts/2023-02-26-flow-relative-layout/index.md 5 ++---

1 files changed, 2 insertions, 3 deletions


diff --git a/_content/posts/2023-02-26-flow-relative-layout/index.md b/_content/posts/2023-02-26-flow-relative-layout/index.md

@@ -1,5 +1,5 @@
    1     1 Back in 2026 I wrote about [right-to-left CSS](../2016-06-04-rtl-css/). Now I
    2    -1 wanted to give a quick update on what changed in since then.
   -1     2 want to give a quick update on what has changed since then.
    3     3 
    4     4 To recap: different scripts are written in different directions. While Latin is
    5     5 usually written left-to-right, Arabic and Hebrew are usually written
@@ -71,5 +71,4 @@ mode of thinking already. It will come sooner or later.
   71    71 
   72    72 And finally: Don't be dogmatic about this. There might be cases in which you
   73    73 actually do want physical dimensions. I really think these will be rare
   74    -1 exceptions. But don't banish our old friends `width` and `height` from your
   75    -1 toolbox just yet.
   -1    74 exceptions though.