SimenB / stylint

Improve your Stylus code with Stylint
https://simenb.github.io/stylint/
GNU General Public License v2.0
348 stars 61 forks source link

add a colonSpace rule to enfoce a space after a colon #443

Open wbowling opened 5 years ago

wbowling commented 5 years ago

colonSpace ( default: 'always', 'always' || 'never' || false )

Enforce or disallow spaces after colons Example if always: prefer margin: 0 over margin:0 Example if never: prefer margin:0 over margin: 0


This change is Reviewable