scss-lint
scss-lint copied to clipboard
Space after named parameter
Hi, sometimes I use named parameter at include like that:
@include my-function($param: 2)
Can I lint the spaces between the name and the value? Alternative to an own rule it could be added to SpaceAfterVariableColon, which lints only allocations at the moment.
Thank you.