file1.less 115 B

12345678910111213141516
  1. /**
  2. * This is a test import file
  3. */
  4. @colors {
  5. div.bright {
  6. color: red;
  7. }
  8. div.sad {
  9. color: blue;
  10. }
  11. }