Showing 1 – 1 of 1 replies
cdarkz

Is there a non-gulp version of this […]

cdarkz PURCHASED
6 years ago
Is there a non-gulp version of this template? I am looking for a basic html/css template to work with.
Erick
Erick SELLER
6 years ago
In the /dist folder you'll find a theme.css file with the expanded styles (they're not minified), you can use this file in the html files:

<link rel="stylesheet" type="text/css" href="dist/theme.css" />

You could also split this into several css files if it's easier to work with

Hope this helps,

Erick