We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda8109 commit fd0b804Copy full SHA for fd0b804
packages/design-tokens/src/js/devices/index.ts
@@ -29,11 +29,6 @@ export const buttonSmallRadiusMobile = '9999px';
29
export const buttonSmallRadiusTablet = '9999px';
30
export const buttonSmallRadiusDesktop = '9999px';
31
32
-// Container
33
-export const containerPaddingMobile = '16px';
34
-export const containerPaddingTablet = '32px';
35
-export const containerPaddingDesktop = '32px';
36
-
37
// Objects
38
export const buttons = {
39
large: {
0 commit comments