Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niksy committed Oct 7, 2020
1 parent 0d5246b commit 6997242
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ npm install postcss postcss-media-query-gap --save
## Usage

```js
const postcss = require('postcss');
const mediaQueryGap = require('postcss-media-query-gap');
import postcss from 'postcss';
import mediaQueryGap from 'postcss-media-query-gap';

postcss([
mediaQueryGap({
Expand Down

0 comments on commit 6997242

Please sign in to comment.