gulpfile and change sass to css
This commit is contained in:
parent
7d542f727c
commit
73a87588a6
@ -27,7 +27,7 @@ var paths = {
|
||||
output: 'dist/js/'
|
||||
},
|
||||
styles: {
|
||||
input: 'src/sass/**/*.{scss,sass,css}',
|
||||
input: 'src/css/**/*.{scss,sass,css}',
|
||||
output: 'dist/css/'
|
||||
},
|
||||
svgs: {
|
||||
|
@ -22,7 +22,7 @@
|
||||
<link rel='preconnect' href='https://cdnjs.cloudflare.com' crossorigin>
|
||||
<link rel='preconnect' href='https://pagead2.googlesyndication.com' crossorigin>
|
||||
<script async src="/js/modernizer-webp.js"></script>
|
||||
<link rel="stylesheet" async href="/sass/main.min.css">
|
||||
<link rel="stylesheet" async href="/css/main.min.css">
|
||||
<link rel='preload' async href='/img/background85.webp' as='image' type='image/webp'>
|
||||
<link rel="stylesheet" defer href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/css/materialize.min.css">
|
||||
<script data-ad-client="ca-pub-5143923140938916" defer src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
|
Reference in New Issue
Block a user