Skip to content

Commit 1272fb3

Browse files
committed
Import css in readme
1 parent e30320a commit 1272fb3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ import {
4343
GenomeFeatureViewer,
4444
} from 'genomefeatures'
4545

46+
// if your bundler let's you import CSS, you can do this, otherwise see CDN usage example
47+
import 'genomefeatures/style.css'
48+
4649
const BASE_URL = 'https://www.alliancegenome.org/apollo'
4750
const locString = '2L:130639..135911'
4851
const genome = 'fly'
@@ -100,6 +103,9 @@ import {
100103
GenomeFeatureViewer,
101104
} from 'genomefeatures'
102105

106+
// if your bundler let's you import CSS, you can do this, otherwise see CDN usage example
107+
import 'genomefeatures/style.css'
108+
103109
const locString = '2L:130639..135911'
104110
const genome = 'fly'
105111

0 commit comments

Comments
 (0)