Skip to main content
Version: 0.6

Custom Spacing

Config

In CustomTheme.js, you can define custom spacing and it will automatically generate pre-defined padding & margin for you

Example:

export default {
spacing: {
"30": 120,
"77": 154
}
}

Usage

apply("m-30 p-77")