https://github.com/tomasc/postcss-merge-extends
https://github.com/tomasc/postcss-merge-extends
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomasc/postcss-merge-extends
- Owner: tomasc
- License: mit
- Created: 2019-02-05T10:27:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-05T12:07:28.000Z (over 7 years ago)
- Last Synced: 2025-02-25T15:49:34.788Z (over 1 year ago)
- Language: CoffeeScript
- Size: 71.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.