Skip to content

Commit

Permalink
chore: fixture update
Browse files Browse the repository at this point in the history
  • Loading branch information
anikethsaha committed Apr 15, 2020
1 parent c33f984 commit 57998c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions packages/cssnano-preset-advanced/README.md
Expand Up @@ -104,7 +104,7 @@ Note that you may wish to publish your own preset to npm for reusability, should

## Plugins

### [`autoprefixer`](shortcut://github.com/postcss/autoprefixer) (external)
### [`autoprefixer`](https://github.com/postcss/autoprefixer) (external)

> Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website
Expand Down Expand Up @@ -340,8 +340,4 @@ See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTOR

## License

<<<<<<< HEAD
[MIT](https://opensource.org/licenses/MIT) © [Ben Briggs](http://beneb.info)
=======
MIT © [Ben Briggs](http://beneb.info)
>>>>>>> upstream/master
Expand Up @@ -115,6 +115,6 @@ describe('transforming @counter-style', () => {
run(
'should safely transform the @counter-style',
'@counter-STYLE CAPS {system: cyclic;SYMBOLs: "F44D";suffix: " ";} UL{list-style: CAPS;} .ulstyle {list-style: caps;}',
'@counter-style caps {system: cyclic;symbols: "F44D";suffix: " ";} ul{list-style: CAPS;} .ulstyle {list-style: caps;}'
'@counter-style CAPS {system: cyclic;symbols: "F44D";suffix: " ";} ul{list-style: CAPS;} .ulstyle {list-style: caps;}'
);
});

0 comments on commit 57998c5

Please sign in to comment.