File tree 2 files changed +15
-11
lines changed
packages/gatsby-design-tokens/src
2 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,7 @@ const newTheme = {
322
322
}
323
323
324
324
export {
325
+ borders ,
325
326
breakpoints ,
326
327
fonts ,
327
328
fontSizes ,
Original file line number Diff line number Diff line change 1
1
import {
2
2
breakpointsArray as breakpoints ,
3
3
colors as colorsTokens ,
4
+ borders ,
4
5
fonts ,
5
6
fontSizes ,
6
7
fontWeights ,
@@ -46,22 +47,24 @@ const c = {
46
47
}
47
48
48
49
export const theme = {
49
- breakpoints : breakpoints ,
50
+ borders,
51
+ breakpoints,
50
52
colors : c ,
51
- fonts : fonts ,
52
- fontSizes : fontSizes ,
53
- fontWeights : fontWeights ,
54
- letterSpacings : letterSpacings ,
55
- lineHeights : lineHeights ,
56
- mediaQueries : mediaQueries ,
57
- radii : radii ,
58
- shadows : shadows ,
59
- space : space ,
60
- transition : transition ,
53
+ fonts,
54
+ fontSizes,
55
+ fontWeights,
56
+ letterSpacings,
57
+ lineHeights,
58
+ mediaQueries,
59
+ radii,
60
+ shadows,
61
+ space,
62
+ transition,
61
63
}
62
64
63
65
export {
64
66
c as colors ,
67
+ borders ,
65
68
breakpoints ,
66
69
fonts ,
67
70
fontSizes ,
You can’t perform that action at this time.
0 commit comments