* update h1

* update title and h1
pull/2897/head
Tom Dykstra 2017-02-27 10:33:24 -08:00
parent b32f3ccb39
commit f3a6567eb4
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
---
title: Styling applications with Less, Sass, and Font Awesome | Microsoft Docs
title: Less, Sass, and Font Awesome in ASP.NET Core | Microsoft Docs
author: ardalis
description: Learn how to use Less, Sass, and Font Awesome in ASP.NET Core applications.
keywords: ASP.NET Core, Less, Sass, Font Awesome, preprocessors
@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: asp.net-core
uid: client-side/less-sass-fa
---
# Styling applications with Less, Sass, and Font Awesome
# Introduction to styling applications with Less, Sass, and Font Awesome in ASP.NET Core
By [Steve Smith](http://ardalis.com)

View File

@ -1,5 +1,5 @@
---
title: Building projects with Yeoman | Microsoft Docs
title: Building projects with Yeoman in ASP.NET Core | Microsoft Docs
author: spboyer
description: This article walks through building an ASP.NET Core web application using the Yeoman generator on macOS.
keywords: ASP.NET Core, Yeoman, Cross Platform, yo aspnet
@ -12,7 +12,7 @@ ms.technology: aspnet
ms.prod: asp.net-core
uid: client-side/yeoman
---
# Building projects with Yeoman
# Introduction to building projects with Yeoman in ASP.NET Core
[Yeoman](http://yeoman.io/) is a project scaffolding system for creating many kinds of applications. The Yeoman generator for ASP.NET Core contains a variety of project templates for starting a new web, MVC, or console application.