parse-error-with-import.less 131 B

12345678910111213
  1. @import 'import/import-test.less';
  2. body
  3. {
  4. font-family: arial, sans-serif;
  5. }
  6. nonsense;
  7. .clickable
  8. {
  9. cursor: pointer;
  10. }