forked from flohansen/hsfl-master-ai-cloud-engineering
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(web-service): delete tailwind and use scss
- Loading branch information
Dorien Grönwald
committed
Oct 31, 2023
1 parent
1b9eac0
commit d864fdf
Showing
13 changed files
with
41 additions
and
889 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,15 @@ | ||
<script> | ||
<script > | ||
console.log('hallo'); | ||
</script> | ||
|
||
<main> | ||
<p class="text-green-dark">Test</p> | ||
</main> | ||
<p class="headline">Test</p> | ||
</main> | ||
|
||
<style lang="scss"> | ||
@import "./styles/fonts"; | ||
.headline { | ||
color: red; | ||
} | ||
</style> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import './css/styles.css' | ||
import App from './App.svelte' | ||
|
||
const app = new App({ | ||
|
8 changes: 4 additions & 4 deletions
8
src/web-service/frontend/src/css/fonts.css → ...eb-service/frontend/src/styles/fonts.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters