# 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/)
