Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 802 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 802 Bytes

rem-to-rem

Convert a rem value from one root font size to another.

Visit the the calculator https://jamigibbs.github.io/rem-to-rem/

Development

  1. run npm install
  2. run npm run watchand visit http://127.0.0.1:8080

To edit the CSS for the site, change src/styles.scss To edit the HTML for the page, change src/index.html

Uses the U.S. Web Design System (USWDS)

Deployment

This repository deploys to GitHub pages on every push to the main branch, via this workflow job.

Acknowledgement

This project was jump-started using the USWDS HTML Starter project by the Ad Hoc team.