MhMadHamster / vscode-postcss-language

postcss syntax support extension for VSCode
MIT License
34 stars 7 forks source link

Custom property. #28

Open exdeniz opened 6 years ago

exdeniz commented 6 years ago

Add allow custom property like "box: horizontal", "lost". Best way get this from stylelint rules:

"property-no-unknown": [true, {ignoreProperties: ['/lost*/', 'box', 'size']}],