strictImports property
read / write
The strictImports controls whether the compiler will allow an @import inside of either @media blocks or (a later addition) other selector blocks. See: https://github.com/less/less.js/issues/656 Forces evaluation of imports
Implementation
bool strictImports = false;