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

@@ -0,0 +1,7 @@
import Alpine from 'alpinejs';
Alpine.data('options', () => ({
msg: 'Hello world!',
}));
Alpine.start();