# Headers editor CodeMirror's dependencies

To be included in headers editors that use code mirror.

## Use

```html
<link rel="import" href="../headers-editor-code-mirror/cm-modules-import.html">
```

Styles for CM editor can be used separately:

```html
<link rel="import" href="../headers-editor-code-mirror/cm-headers-styles.html">

<template>
  <style include="cm-headers-styles"></style>
</template>
```
