Merge pull request #46 from Andrew15-5/use-absolute-style-path
fix: used absolute path for `style` files
This commit is contained in:
commit
847b006357
|
@ -31,7 +31,7 @@ watch_path = ["src", "assets"]
|
|||
|
||||
# CSS style file
|
||||
{% if styling == "Tailwind" %}
|
||||
style = ["tailwind.css"]
|
||||
style = ["/tailwind.css"]
|
||||
{% else %}
|
||||
style = []
|
||||
{% endif %}
|
||||
|
|
|
@ -31,7 +31,7 @@ watch_path = ["src", "assets"]
|
|||
|
||||
# CSS style file
|
||||
{% if styling == "Tailwind" %}
|
||||
style = ["tailwind.css"]
|
||||
style = ["/tailwind.css"]
|
||||
{% else %}
|
||||
style = []
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue