/**
 * Because we use Scss modules we can't import
 * tokens.css directly into this lib. This is
 * due tokens.css containing global css and :root selectors
 * so we import tokens.scss instead and import the css file
 * inside the component library index.ts.
 */
@forward '@viasat/beam-tokens/tokens.scss';
