-
I'm trying to run esplora in dev mode into a Docker container with this simple Dockerfile:
```dockerfile
FROM node:latest
RUN git clone https://github.com/Blockstream/esplora.git && \
cd esp…
-
**Steps I've done**
1. Installed VVV according to https://make.wordpress.org/core/handbook/tutorials/installing-a-local-server/installing-vvv/
2. Uncommented `wordpress-meta-environment` within `v…
-
Hi!
I wrote a very simple RTL plugin for Stylis that uses CSSJanus to support LTR -> RTL conversion. If you'd like feel free to link to it or incorporate it into Stylis itself to bring RTL support …
-
Hi @MohammadYounes,
First of all, thanks for your library, I replaced `CSSJanus` by it in one of my projects, because it is less buggy and more extendable.
I have a question that maybe is someth…
-
From what I understand, [npm update](https://www.npmjs.org/doc/cli/npm-update.html) will install a package if it's missing.
Could we therefore shorten
``` sh
if [[ "$(grunt --version)" ]]; then
e…
-
I have just install VVV. It's work fine.
I modified vvv-custom.yml with the doc install.
https://github.com/WordPress/meta-environment/blob/master/docs/install.md
I have this log (short) :
``…
-
[cssjanus](https://cssjanus.github.io/#input/margin%3A%200%20900px%200%200%20%3B) converts shorthands corectly. but [this sandbox](https://codesandbox.io/s/react-pp89r) demonstrates that no rtl conver…
-
Following on from #649 - we want the user to be able to select Arabic as a language option. We need to ensure that this works with the existing layouts. There will also possibly be cases where we don'…
-
Hey!
Thanks for this amazing library.
One suggestion:
Should `scaleX(1)` be flipped to `scaleX(-1)` and vice versa?
My use-case is the arrow icon, that points to the left, but in RTL it's …
-
Thank you for VVV. I have set it up and shared a project in by adding it to the WWW directory. I use grunt from scss compression and live reload but I have not been able to get them working with VVV.
…