Nabil Kadimi

Results 2 comments of Nabil Kadimi

Hi @brianmiyaji I wanted to point out that this was causing trouble to many people, especially with baseball sites where they couldn't use `Pitching -> Batting` and were forced to...

This seems to work: In the field definition (replace `my-selector` with yours): ```php // ... 'output' => [ [ 'element' => '.my-selector', 'property' => '--my-selector-border-width', ], ], ``` And then...