Skip to content

bpmconsultag/docker-stylelint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

Implementation of stylelint (stylelint.io)

How to use: Locate the parent folder of your .stylelintrc file Locate SCSS/CSS file to be linted

docker run --rm -it -v {Path to scss/css}:/src bpmconsultag/stylelint {SCSS/CSS File}