atom-postcss-sorting
atom-postcss-sorting copied to clipboard
Unknown word on LESS mixin
<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();
}
}
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