You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@import (less, reference) "any.css"; //this works as expected
#Namespace {@import (less, reference) "any.css";} //this does not as the reference does not do anything
Works in the sense that there's no syntax error.
However the reference keyword does not do anything. The entire CSS in "any.css" gets imported in the outputted CSS file.