stylelint / stylelint-demo

The online demo on the Stylelint website

Home Page:https://stylelint.io/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stylelint-demo

Build Status

An online demo of Stylelint.

Development

  • npm install
  • npm run dev
  • Go to http://localhost:5174/

Build static files

  • npm install
  • npm run build
  • Output ./dist/

Build lib

  • npm install
  • npm run build:lib
  • Output ./dist/

About

This demo works by calling Stylelint in a Node.js process launched inside the browser using WebContainers.

It is deployed to Netlify.

About

The online demo on the Stylelint website

https://stylelint.io/demo/

License:MIT License


Languages

Language:TypeScript 84.3%Language:JavaScript 6.6%Language:CSS 6.4%Language:HTML 2.8%