article: finally some work on 5S article

This commit is contained in:
Julien Calixte
2025-02-16 19:42:25 +01:00
parent b0b9506de9
commit 3c663edc14
8 changed files with 157 additions and 114 deletions

View File

@@ -0,0 +1,15 @@
<script setup lang="ts"></script>
<template>
<div class="coffee-day">
<button>Start the day</button>
</div>
</template>
<style scoped lang="scss">
.coffee-day {
button {
color: white;
}
}
</style>