Skip to content

Commit

Permalink
Bump the version up to tag a new release and purge the JSDelivr cache
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitrySharabin committed Dec 11, 2023
1 parent 9bc8276 commit ab9c24b
Show file tree
Hide file tree
Showing 5 changed files with 684 additions and 11 deletions.
11 changes: 2 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,7 @@

// Use 'prettier-eslint' instead of 'prettier'. Other settings will only be fallbacks in case they could not be inferred from eslint rules.
"editor.codeActionsOnSave": {
// For ESLint
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"cSpell.words": [
"Mavo",
"appspot",
"firebase",
"firebaseapp",
"firebaseio"
]
"cSpell.words": ["Mavo", "appspot", "firebase", "firebaseapp", "firebaseio"]
}
4 changes: 4 additions & 0 deletions dist/0.4.2/mavo-firebase-firestore.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.mv-bar.mv-ui button[class*="mv-firebase-auth"]::before {
content: "🔑 ";
filter: brightness(160%) grayscale(100%);
}
Loading

0 comments on commit ab9c24b

Please sign in to comment.