# @devim-front/postcss-config

> Конфигурация PostCSS для проектов на TS+React.

Latest version **1.1.0** (published 2020-06-03) · ISC license · 0 weekly downloads

## Install

```sh
npm install @devim-front/postcss-config
pnpm add @devim-front/postcss-config
yarn add @devim-front/postcss-config
bun add @devim-front/postcss-config
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2020-06-03 |
| First published | 2020-05-22 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 2.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | gleb-mikhalkov |
| Maintainers | gleb-mikhalkov |
| Keywords | devim-front, postcss-config |

## Links

- npm: https://www.npmjs.com/package/@devim-front/postcss-config
- Repository: https://github.com/devim-front/postcss-config
- Homepage: https://github.com/devim-front/postcss-config#readme
- Issues: https://github.com/devim-front/postcss-config/issues
- npm.io page: https://npm.io/package/@devim-front/postcss-config

## Dependencies (3)

- [autoprefixer](https://npm.io/package/autoprefixer.md) ^9.8.0
- [postcss-load-config](https://npm.io/package/postcss-load-config.md) ^2.1.0
- [postcss-global-import](https://npm.io/package/postcss-global-import.md) ^1.0.6

## Alternatives

- [jsforce](https://npm.io/package/jsforce.md) — 851.2K weekly downloads
- [react-native-qrcode-svg](https://npm.io/package/react-native-qrcode-svg.md) — 693.5K weekly downloads
- [@salesforce/plugin-data](https://npm.io/package/@salesforce/plugin-data.md) — 394.9K weekly downloads
- [@backstage/plugin-search-common](https://npm.io/package/@backstage/plugin-search-common.md) — 308.5K weekly downloads
- [@chain-registry/types](https://npm.io/package/@chain-registry/types.md) — 38.4K weekly downloads

## Recent versions

- 1.1.0 (latest) — 2020-06-03
- 1.0.1 — 2020-05-22

## README

# DevimFront: PostCSS config

Конфигурация PostCSS для проектов на TS+React.

## Установка

1. Подключите библиотеку в dev-зависимости проекта:

```bash
npm i -D @devim-front/postcss-config
```

2. Создайте файл `.postcssrc.js` с указанным содержимым:

```javascript
const { createConfig } = require('@devim-front/postcss-config');

module.exports = createConfig;
```

3. Создайте файл `.browserslistrc` в корне проекта со следующим содержимым:

```
defaults
```

Также вы можете указать собственный список браузеров, который должен поддерживать ваш проект.

## Конфигурация

Полный текст конфигурации доступен по ссылке <https://github.com/devim-front/postcss-config/blob/master/index.js>.

---
_Source: https://npm.io/package/@devim-front/postcss-config · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
