summaryrefslogtreecommitdiffstats
path: root/assets/sass/@primer/css/tooltips/README.md
blob: 67f22ab6a55f4334a177fe1c716160b624288c1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
bundle: "tooltips"
generated: true
---

# Primer CSS: `tooltips` bundle

## Usage

Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with:

```scss
@import "@primer/css/tooltips/index.scss";
```

## Build

The `@primer/css` npm package includes a standalone CSS build of this module in `dist/tooltips.css`.

## License

[MIT](https://github.com/primer/css/blob/master/LICENSE) © [GitHub](https://github.com/)


[scss]: https://sass-lang.com/documentation/syntax#scss