0.0.2 • Published 1 year ago

@planningcenter/stylelint-config-pco v0.0.2

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

Planning Center Stylelint Config

A sharable stylelint config for Planning Center projects.

This package is currently a work in progress. The starting rules are primarily to support the migration of our existing CSS to use Tapestry Tokens.

Installation

yarn add @planningcenter/stylelint-config-pco --dev

Usage

We provide a single config that covers both CSS and SCSS. It will automatically apply SCSS rules to files ending in .scss.

You simply have to extend this config in your Stylelint config:

{
  "extends": "@planningcenter/stylelint-config-pco"
}

To see the included rules, please check index.js.