gel-typography

v5.0.0
A flexible code implementation of the GEL Typography
bbc gel typography

build

npm run build:compressed && npm run build:expanded

build:compressed

sass --style=compressed --no-source-map src/gel-typography.scss dist/gel-typography.min.css

build:expanded

sass --style=expanded --no-source-map src/gel-typography.scss dist/gel-typography.css

pretest

npm run pretest:without && npm run pretest:with

pretest:with

sass --style=expanded --no-source-map test/test-with-large-fonts.scss test/test-with-large-fonts.css

pretest:without

sass --style=expanded --no-source-map test/test-without-large-fonts.scss test/test-without-large-fonts.css

test

npm run test:with && npm run test:without

test:with

diff -u test/test-with-large-fonts-expected.css test/test-with-large-fonts.css

test:without

diff -u test/test-without-large-fonts-expected.css test/test-without-large-fonts.css
npm i gel-typography

Metadata

  • MIT
  • Whatever
  • BBC
  • released 8/17/2023

Downloads