Skip to content

Commit

Permalink
feat: add prefix class
Browse files Browse the repository at this point in the history
  • Loading branch information
quangdz1704 committed Jul 12, 2024
1 parent 8a744b5 commit b7693a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oraichain/oraiscan-widget",
"private": false,
"version": "0.2.12-1",
"version": "0.2.12-2",
"type": "module",
"main": "dist/ping-widget.js",
"author": {
Expand Down
1 change: 1 addition & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
prefix: 'oraiscan-widget',
darkMode: ['class'],
content: [
'./index.html',
Expand Down

0 comments on commit b7693a2

Please sign in to comment.