Remove nuxt + 100 other things..
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{% macro stylesheet(path) %}
|
||||
{% set path = styles(path) %}
|
||||
<link rel="preload" href="{{ path }}" as="style">
|
||||
<link rel="stylesheet" href="{{ path }}">
|
||||
{% endmacro %}
|
||||
Reference in New Issue
Block a user