@quartzds/browserslist-config
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

@quartzds/browserslist-config

NPM Package License

Shareable Browserslist configuration for Quartz design system packages.

💿 Installation

npm install --save-dev @quartzds/browserslist-config

📖 Usage

The shareable configuration can be configured in the Browserslist configuration file:

{
  "browserslist": ["extends @quartzds/browserslist-config"]
}

To configure a tool that uses Browserslist, for example, @babel/preset-env:

{
  presets: [
    [
      '@babel/env',
      { targets: { browsers: require('@quartzds/browserslist-config') } },
    ],
  ]
}

⚖️ License

See the LICENSE file for license rights and limitations.

Readme

Keywords

none

Package Sidebar

Install

npm i @quartzds/browserslist-config

Weekly Downloads

1

Version

1.1.1

License

LGPL-2.1-only

Unpacked Size

4.3 kB

Total Files

6

Last publish

Collaborators

  • quartzds-bot
  • quartzfm