🎨(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-05-02 17:05:22 +02:00
committed by Anthony LC
parent 0c2d097d8d
commit d8e7f29072
4 changed files with 145 additions and 4 deletions

View File

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