We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b77d60 + 73b5519 commit 80a957dCopy full SHA for 80a957d
3 files changed
.gitignore
@@ -1,2 +1,4 @@
1
## Ignore
2
-node_modules/
+node_modules/
3
+dist/
4
+yarn**
bower.json
docs/index.htm
@@ -6,7 +6,7 @@
6
<meta name="description" content="">
7
<meta name="author" content="">
8
<title>idgray grid templates</title>
9
- <link href="css/idgray.css" rel="stylesheet">
+ <link href="https://unpkg.com/@bordertech/idgray/dist/idgray.css" rel="stylesheet">
10
<!-- Custom styles for this template -->
11
<link href="demo.css" rel="stylesheet">
12
</head>
0 commit comments