Skip to content

stylelint/stylelint.io

This branch is 1 commit ahead of, 18 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

159c2a6 · Dec 17, 2024
Dec 2, 2024
Feb 1, 2024
Sep 3, 2024
Apr 22, 2024
Nov 14, 2023
Jun 1, 2021
Feb 13, 2016
Jun 1, 2021
Sep 5, 2019
Nov 1, 2023
Mar 16, 2022
Jul 7, 2017
Jun 7, 2023
Dec 2, 2024
Nov 5, 2024
Dec 17, 2024
Dec 15, 2024
Dec 15, 2024
Aug 29, 2024

Repository files navigation

stylelint.io

Build Status Netlify Status

The source of stylelint website. To edit content, go to the main repository's documentation folder.

To get started:

npm install

Then to making visual edits:

npm start

Or to update the website to the latest version of stylelint:

npm install --save-dev https://github.com/stylelint/stylelint/tarball/<version-number>

... then commit and push your dependency change.