|
@@ -6,10 +6,10 @@ document.head.insertAdjacentHTML 'beforeend', '<meta name="viewport" content="wi
|
|
|
#tailwind.config = require 'tailwind.config.js'
|
|
#tailwind.config = require 'tailwind.config.js'
|
|
|
|
|
|
|
|
# Подключение основных стилей
|
|
# Подключение основных стилей
|
|
|
-document.head.insertAdjacentHTML('beforeend', '<style type="text/tailwindcss" file="main.css">' + stylFns['main.css'] + '</style>')
|
|
|
|
|
|
|
+document.head.insertAdjacentHTML('beforeend', '<style type="text/css" file="main.css">' + stylFns['main.css'] + '</style>')
|
|
|
|
|
|
|
|
-document.head.insertAdjacentHTML('beforeend', '<style type="text/tailwindcss" file="app/DesignTokens.styl">' + stylFns['app/DesignTokens.styl'] + '</style>')
|
|
|
|
|
-document.head.insertAdjacentHTML('beforeend', '<style type="text/tailwindcss" file="app/app.styl">' + stylFns['app/app.styl'] + '</style>')
|
|
|
|
|
|
|
+document.head.insertAdjacentHTML('beforeend', '<style type="text/css" file="app/DesignTokens.styl">' + stylFns['app/DesignTokens.styl'] + '</style>')
|
|
|
|
|
+document.head.insertAdjacentHTML('beforeend', '<style type="text/css" file="app/app.styl">' + stylFns['app/app.styl'] + '</style>')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|