Importing this module in your Sass will automatically set the following variable flag to `true` for other components:
```
$intuit-global-border-box : true;
```
This will tell other modules that you are using the `border-box` CSS box model. You don't have to do anything else.
The component will also set all elements to use `box-sizing: border-box`.