atom-postcss-sorting icon indicating copy to clipboard operation
atom-postcss-sorting copied to clipboard

Unknown word on LESS mixin

Open Finrod927 opened this issue 8 years ago • 1 comments

<css input>:17:3: Unknown word

.iconButton {
  cursor: pointer;
  color: @grey;

  &:hover {
    color: @blue;
  }
}

.buttons {
  position: absolute;
  top: 5px;
  right: 0;
  opacity: 0.5;

  & > * {
    .iconButton();
  }
}

Finrod927 avatar Feb 01 '17 10:02 Finrod927

Unfortunately, atom-postcss-sorting doesn't support LESS syntax atm. Will be added in future release with this PR https://github.com/lysyi3m/atom-postcss-sorting/pull/27

lysyi3m avatar Feb 01 '17 13:02 lysyi3m