Skip to content

Commit 009e380

Browse files
committedJan 29, 2025
Adds stuff
1 parent 97c7bc6 commit 009e380

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+15513
-31403
lines changed
 

‎app/app.css

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@import "tailwindcss";

‎app/app.ts

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import Application from '@ember/application';
22
import Resolver from 'ember-resolver';
33
import loadInitializers from 'ember-load-initializers';
44
import config from 'sparkle/config/environment';
5+
import 'sparkle/app.css';
56

67
export default class App extends Application {
78
modulePrefix = config.modulePrefix;

0 commit comments

Comments
 (0)
Please sign in to comment.