Sass variables modal Ionic 4

Hi,

Sass variables

$modal-inset-min-width
$modal-inset-width
$modal-inset-height-large
$modal-inset-height-small

works yet in ionic 4?

Greetings!

Ionic 4 uses CSS variables, so those will not work. The team is working on the documentation for them at the moment.

Hi @ChrisGriiffith thank you for your answer.
It caught my eye when I run
grep -R " $modal-inset-min-width" * I see the following

it’s strange :grin:

Greetings!

Double check you are on the latest. They were still transitioning when the beta was released.

Yes, I’m currently using @ionic/angular@4.0.0-beta.3, but I guess that is unused code.

Greetings!