Our pure JavaScript Scheduler component


Post by bjmac »

I noticed that after upgrading above 2.0.0, the Scheduler scss which we're running through postcss is generating a warning.

The warning is 'start value has mixed support, consider using flex-start instead'

I believe this was introduced by the use of this value which wasn't used in 2.0.0.
justify-content : start;
It's just a warning that is specific to our app setup so I can silence it, but may be worth changing in the source for a future release unless there's a reason for the use of start.

Post by johan.isaksson »

Hi,

Thanks for reporting! Fixed in the next release
Best regards,
Johan Isaksson

Post Reply