UNPKG

gyr-css

Version:

A simple, elegant, and classless CSS stylesheet that does the hard work for you.

23 lines (13 loc) 721 B
# gyr-css Gyr is a small, elegant, and classless stylesheet. Import it, and forget about CSS. [Repository](https://github.com/hvlck/gyr-css) | [Demo](https://hvlck.github.io/gyr-css) | [Package](https://www.npmjs.com/package/gyr-css) ## Usage ### CDNs Import either of the following into your `<head>` to import `gyr` from a CDN: ```html <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/gyr-css@latest/dist/index.css" type="text/css" /> <link rel="stylesheet" href="https://unpkg.com/browse/gyr-css@latest/" type="text/css" /> ``` ## Influences The following had an influence on the design of gyr: + [GOV.UK Design System](https://design-system.service.gov.uk/get-started/)