Closed matthewp closed 6 years ago
This configures less with async: true which is needed to disable the display: none behavior it does. We do this by making less a global and then adding a dependency to it.
async: true
display: none
This configures less with
async: true
which is needed to disable thedisplay: none
behavior it does. We do this by making less a global and then adding a dependency to it.