🎨(app-desk) add margin and padding to Box

Add margin and padding system to Box component.
It proposes the autocompletion.
It is bind with the Cunninghams spacing system.
This commit is contained in:
Anthony LC
2024-04-29 12:41:12 +02:00
committed by Anthony LC
parent c94888fe09
commit a45408c93c
4 changed files with 143 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
import '@testing-library/jest-dom';
import * as dotenv from 'dotenv';
dotenv.config({ path: './.env.test' });