Skip to content

GitHub Classroom autograding example with CSS and stylelint.

Notifications You must be signed in to change notification settings

arelia-classroom-demos/simple-css-lint-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-css-lint-demo

Assignment

Our CSS linter is failing. Read the test output and update the style.css file to make the tests pass.

Set up

npm install

Run test

npx stylelint "**/*.css"

Resources

To learn more about how stylelint is set up here, or how to customize the configuration, see the stylelint Getting Started Guide