How to use the @shopify/polaris-tokens.fontStackBase function in @shopify/polaris-tokens

To help you get started, we’ve selected a few @shopify/polaris-tokens examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Shopify / polaris-react / config / uxpin / Wrapper / UXPinWrapper.js View on Github external
export default function UXPinWrapper({children}) {
  return React.createElement('div', {
    // Simulate default 'body' styles
    style: {
      color: tokens.colorInk,
      fontFamily: tokens.fontStackBase,
      webkitFontSmoothing: 'antialiased',
      textRendering: 'optimizeLegibility',
    },
  }, [React.createElement(AppProvider, {theme, i18n: {}}, children)]);
}

@shopify/polaris-tokens

[![npm version](https://img.shields.io/npm/v/@shopify/polaris-tokens.svg?style=flat)](https://www.npmjs.com/package/@shopify/polaris-tokens)

SEE LICENSE IN LICENSE.md
Latest version published 13 days ago

Package Health Score

98 / 100
Full package analysis

Similar packages