multiple-import-nested.less 181 B

12345678910111213
  1. /* double nested file */
  2. should {
  3. be: invisible;
  4. }
  5. /* do not extend outside of this */
  6. .something {
  7. invisible: suppress warning;
  8. }
  9. .invisible {
  10. &:extend(.something all);
  11. }