DNN_Tailwind logo

DNN_Tailwind is a powerful theme development platform that allows you to create robust and responsive DNN website themes, all while writing very little css.

View project on GitHub

Project Setup

When you start a new theme project, you will need to edit project-details.json with your project information.

var project = "[project name]",
	author = "[author]",
	company = "[company]",
	url = "[website]",
	email = "[email]",
	description = "[short description]";

Make sure you use html codes for any symbols used in these variables. After you’ve completed and saved the file, in the node command prompt within your root, you will need to run gulp manifest. This will take your information and populate the DNN manifest file with the information provided.