1.1.1 • Published 7 months ago

@quartzds/browserslist-config v1.1.1

Weekly downloads
-
License
LGPL-2.1-only
Repository
github
Last release
7 months ago

@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 config 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.

1.1.1

10 months ago

2.0.0-beta.2

8 months ago

2.0.0-beta.1

8 months ago

2.0.0-beta.3

7 months ago

1.1.0-beta.2

1 year ago

1.1.0

1 year ago

1.1.0-beta.1

1 year ago

1.0.1

1 year ago

1.0.0

2 years ago