Enable adaptive resolution in lasso
lasso.configure({
// ...
plugins: [
// ...
'arc-lasso',
// ...
],
// ...
});
Currently only supports adaptive files that have a "base" file
Works:
style.css
style[mobile].css
Does NOT Work:
style[desktop].css
style[mobile].css