Setting up tailwinds-css for the options page

This commit is contained in:
Ryan Breen
2023-01-23 23:03:02 -05:00
parent 7537109c92
commit 25da1d0cab
10 changed files with 1472 additions and 8 deletions

View File

@@ -46,7 +46,9 @@
{
"resources": [
"nostr.build.js",
"popup.build.js"
"popup.build.js",
"options.build.js",
"options.build.css"
],
"matches": [
"<all_urls>"
@@ -61,4 +63,4 @@
"strict_min_version": "15.4"
}
}
}
}