An open API service indexing awesome lists of open source software.

https://github.com/tomasc/postcss-merge-extends


https://github.com/tomasc/postcss-merge-extends

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# PostCSS Merge Extends [![Build Status][ci-img]][ci]

[PostCSS] plugin that merges SASS extends.

[PostCSS]: https://github.com/postcss/postcss
[ci-img]: https://travis-ci.org/tomasc/postcss-merge-extends.svg
[ci]: https://travis-ci.org/tomasc/postcss-merge-extends

```css
.foo {
/* Input example */
}
```

```css
.foo {
/* Output example */
}
```

## Usage

```js
postcss([ require('postcss-merge-extends') ])
```

See [PostCSS] docs for examples for your environment.