Skip to content

Commit

Permalink
Merge pull request #172 from yokuze/use_standard_browserslist_and_imp…
Browse files Browse the repository at this point in the history
…rove_related_docs

Use standard browserslist and improve related docs
  • Loading branch information
onebytegone authored Nov 7, 2023
2 parents 6e1238e + 4b8c39a commit 08060f4
Show file tree
Hide file tree
Showing 7 changed files with 997 additions and 644 deletions.
7 changes: 0 additions & 7 deletions .browserslistrc

This file was deleted.

1 change: 1 addition & 0 deletions .browserslistrc
1 change: 1 addition & 0 deletions .markdownlint-cli2.cjs
3 changes: 0 additions & 3 deletions .markdownlint.json

This file was deleted.

2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ module.exports = function(grunt) {
options: {
map: DEBUG,
processors: [
require('autoprefixer')({ browsers: '> .05%' }), // eslint-disable-line global-require
require('autoprefixer')(), // eslint-disable-line global-require
],
},
styles: {
Expand Down
219 changes: 117 additions & 102 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 08060f4

Please sign in to comment.