1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-22 13:31:50 +04:00

flags fix

This commit is contained in:
codecalm
2021-02-17 22:47:02 +01:00
parent 429c8e831a
commit 6cece1ea36
+1 -1
View File
@@ -5,5 +5,5 @@
<p>You can also include plugin via CDN:</p>
{% highlight html %}
<link rel="stylesheet" href="https://unpkg.com/{{ site.npm-package }}@{{ site.data.package.version }}/dist/css/{{ include.plugin }}.min.css">
<link rel="stylesheet" href="https://unpkg.com/{{ site.npm-package }}@{{ site.data.package.version }}/dist/css/tabler-{{ include.plugin }}.min.css">
{% endhighlight %}