Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

less mix class after semicolon is removed #19

Open
Leonard-Li777 opened this issue Jul 25, 2018 · 0 comments
Open

less mix class after semicolon is removed #19

Leonard-Li777 opened this issue Jul 25, 2018 · 0 comments

Comments

@Leonard-Li777
Copy link

.supply-link:disabled {
.supply-link;

color: @disabled-color;
}

---->

.supply-link:disabled {
.supply-link

color: @disabled-color;
}

That is miss supply-link semicolon

===============================

  &--over {
    .background-color(green) !important;

    &-forbidden {
      .background-color(red) !important;
    }

-------------->

  &--over {
    .background-color(green) !important  &-forbidden {
      .background-color(red) !important
    }

That is miss !important semicolon

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant