scss-lint icon indicating copy to clipboard operation
scss-lint copied to clipboard

Space after named parameter

Open Ulrikop opened this issue 9 years ago • 0 comments

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.

Ulrikop avatar Mar 02 '16 14:03 Ulrikop