const getCssFile = require('./helpers/getCssFile'); const CONFIG = require('./config/tools'); const normalizeCss = getCssFile('normalize'); const mainCss = getCssFile('design-tools-style'); const { promoFlawlessFeedbackBanner__title, promoFlawlessFeedbackBanner__description, promoFlawlessFeedbackBanner__link, } = CONFIG; const Templates = { analytics: ` `, promoFlawlessFeedbackBanner: `

${promoFlawlessFeedbackBanner__title}

${promoFlawlessFeedbackBanner__description}

Request Access
`, createIcons: (favicon) => ` `, createTitle: (title) => `${title}`, createMeta: (meta) => ` `, fonts: ` `, styleExternal: ` `, styleInner: ` `, }; module.exports = Templates;