Fixed cartostyles path in styleguide template

This commit is contained in:
xavijam 2016-01-14 22:19:06 +01:00
parent 1b4d698fd9
commit 88fd6a7c82

View File

@ -1,5 +1,5 @@
<head> <head>
<link href='../dist/cartostyles.css' type='text/css' rel='stylesheet'> <link href='../cartostyles.css' type='text/css' rel='stylesheet'>
</head> </head>
{{> theme}} {{> theme}}