new tools modules & sass opti
All checks were successful
Deploy Sokko G / deploy (push) Successful in 6s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 6s
This commit is contained in:
parent
821e8e0a36
commit
9e275e0167
24 changed files with 3266 additions and 2372 deletions
12
README.md
12
README.md
|
|
@ -96,6 +96,8 @@ Chaque outil possède son propre fichier de composant :
|
|||
- `website/src/features/toolboxes/modules/NotepadModule.jsx`
|
||||
- `website/src/features/toolboxes/modules/ChecklistModule.jsx`
|
||||
- `website/src/features/toolboxes/modules/ScreenshotsModule.jsx`
|
||||
- `website/src/features/toolboxes/modules/LinksModule.jsx`
|
||||
- `website/src/features/toolboxes/modules/CountersModule.jsx`
|
||||
|
||||
Pour ajouter ou maintenir un outil :
|
||||
|
||||
|
|
@ -126,7 +128,17 @@ Pour ajouter ou maintenir un outil :
|
|||
│ └── toolboxes/
|
||||
│ └── modules/
|
||||
└── styles/
|
||||
├── _base.scss
|
||||
├── _cards.scss
|
||||
├── _games.scss
|
||||
├── _home.scss
|
||||
├── _icons.scss
|
||||
├── _mhwilds.scss
|
||||
├── _overlays.scss
|
||||
├── _responsive.scss
|
||||
├── _shell.scss
|
||||
├── _tokens.scss
|
||||
├── _toolboxes.scss
|
||||
└── main.scss
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue