Skip to content

Commit

Permalink
Update pi-hole.css
Browse files Browse the repository at this point in the history
* format code
* use `background-color` instead of the `background` shorthand
* use the `animation` shorthand
* only transition opacity and transform in the chart tooltip
* add browserslist settings in package.json

Signed-off-by: XhmikosR <[email protected]>
  • Loading branch information
XhmikosR committed Jan 3, 2020
1 parent 7d1e5eb commit 81c44cb
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 135 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@
"devDependencies": {
"xo": "^0.25.3"
},
"browserslist": [
"defaults",
"Explorer >= 9",
"not ExplorerMobile <= 11"
],
"prettier": {
"bracketSpacing": true,
"printWidth": 100,
Expand Down
Loading

0 comments on commit 81c44cb

Please sign in to comment.