How to use the @bbc/gel-foundations/typography.getFoolscap function in @bbc/gel-foundations

To help you get started, we’ve selected a few @bbc/gel-foundations 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 bbc / simorgh / src / app / components / MostRead / Item / index.jsx View on Github external
  ${({ script }) => script && getFoolscap(script)};
  margin: 0; /* Reset */
github bbc / psammead / packages / components / psammead-most-read / src / Item / index.jsx View on Github external
  ${({ script }) => script && getFoolscap(script)};
  color: ${C_POSTBOX};
github bbc / psammead / packages / components / psammead-most-read / src / Rank / index.jsx View on Github external
  ${({ script }) => script && getFoolscap(script)};
  color: ${C_POSTBOX};