Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade css declaration sorter #855

Merged
merged 29 commits into from Feb 20, 2020
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
292832a
Version upgrade an lock files update
Siilwyn Dec 12, 2019
88a89b6
Remove all css-declaration-sorter passthrough tests
Siilwyn Dec 12, 2019
15b7619
Update snapshots
Siilwyn Dec 12, 2019
eab8b74
Enable keep overrides option
Siilwyn Dec 12, 2019
5caa495
Fix merging test
Siilwyn Dec 12, 2019
bfdaf2f
Run the 'build:integration' script
Siilwyn Dec 12, 2019
5d58c6a
Remove unused test help function
Siilwyn Dec 12, 2019
5d9b902
Change to new version tag 5.0
Siilwyn Dec 16, 2019
959afee
Reset lockfiles
Siilwyn Dec 17, 2019
a6c3739
Update css-declarations-sorter to new version
Siilwyn Dec 17, 2019
20994a2
Add default preset integration tests
Siilwyn Jan 3, 2020
e8ca00e
Run `fixlint`
Siilwyn Jan 11, 2020
48165a5
Merge branch 'master' into upgrade-css-declaration-sorter
Siilwyn Jan 24, 2020
a022e02
Rebuild integration tests
Siilwyn Jan 28, 2020
e5bc586
Reset script changes
Siilwyn Jan 28, 2020
4919508
Add back unused passthrough test function
Siilwyn Jan 28, 2020
95dd29f
Add unkown property tests
Siilwyn Feb 6, 2020
6ad96f1
Update css-declaration-sorter to version 5.1.0
Siilwyn Feb 6, 2020
5f2b2ad
Merge branch 'master' into upgrade-css-declaration-sorter
Siilwyn Feb 6, 2020
7fe61c7
Fix failing tests and timeout
Siilwyn Feb 7, 2020
cdacfe2
Remove linting errors
Siilwyn Feb 7, 2020
d94261d
Test with prefixed properties
Siilwyn Feb 7, 2020
592fc7a
Handle vendor prefixed properties
Siilwyn Feb 8, 2020
47b11d4
Increase timeout for mac integration tests
Siilwyn Feb 8, 2020
92c4bf4
Add at-rule tests
Siilwyn Feb 10, 2020
20cd9a7
Add test for CSS variables order
Siilwyn Feb 19, 2020
217a387
Merge branch 'master' into upgrade-css-declaration-sorter
Siilwyn Feb 19, 2020
60d46f6
Update so now fs warnings show up
Siilwyn Feb 19, 2020
cd1a871
Fix linting errors
Siilwyn Feb 19, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions packages/cssnano-preset-advanced/README.md
Expand Up @@ -106,15 +106,15 @@ Note that you may wish to publish your own preset to npm for reusability, should

## Plugins

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use https


> Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website

This plugin is loaded with the following configuration:

```js
{
add: false
add: false
}
```

Expand All @@ -126,7 +126,7 @@ This plugin is loaded with the following configuration:

```js
{
exclude: true
exclude: true
}
```

Expand Down Expand Up @@ -156,7 +156,7 @@ This plugin is loaded with the following configuration:

```js
{
length: false
length: false
}
```

Expand Down Expand Up @@ -240,7 +240,7 @@ This plugin is loaded with the following configuration:

```js
{
add: false
add: false
}
```

Expand Down Expand Up @@ -342,5 +342,5 @@ See [CONTRIBUTORS.md](https://github.com/cssnano/cssnano/blob/master/CONTRIBUTOR

## License

MIT © [Ben Briggs](http://beneb.info)
[MIT](https://opensource.org/licenses/MIT) © [Ben Briggs](http://beneb.info)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do not change it


Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.