We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f9ef12 commit 029c9bfCopy full SHA for 029c9bf
1 file changed
packages/forma-36-tokens/src/tokens/spacing/padding-semantic.js
@@ -3,6 +3,8 @@ const scaleSpace = require('./space-scale');
3
const paddingSemantic = {
4
// Control paddings
5
'space-control-padding-horizontal-tight': scaleSpace['space-100'],
6
+ 'space-control-padding-horizontal-small': scaleSpace['space-200'],
7
+ 'space-control-padding-vertical-tight': scaleSpace['space-50'],
8
9
// Container paddings
10
'space-container-padding-horizontal-tight': scaleSpace['space-100'],
0 commit comments