karezhest
Results
1
comments of
karezhest
Easy fix for this would be `allowed_lengths: ["0"]` When you put smth like `allowed_lengths: [0, 20px]`, `config['allowed_lengths']` outputs `[0, "20px"]`. I have no idea how to fix it in code...