Skip to content

Commit f04a24a

Browse files
committed
Add references to the SASS sample from docs
1 parent e578a26 commit f04a24a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ In your `Program.cs` file, add the following line after `var app = builder.Build
1212
app.UseGovUkFrontend();
1313
```
1414

15+
A new mechanism is available to copy assets from the `govuk-frontend` package into your application.
16+
This is particularly useful for applications that are using SASS and want to reference scss files from the `govuk-frontend` package.
17+
See [the SASS sample](samples/Samples.Sass) for an example of how to use this.
18+
1519
### Tag helper changes
1620

1721
#### `<govuk-service-navigation-nav>` tag helper

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,9 @@ services.AddGovUkFrontend(options =>
215215
});
216216
```
217217

218+
If you're using SASS and want to be able to reference the `govuk-frontend` SASS variables, mixins and functions in your own SASS files,
219+
see the [SASS sample](samples/Samples.Sass) for an example of how to set up your project.
220+
218221
## Components
219222

220223
- [Accordion](docs/components/accordion.md)

0 commit comments

Comments
 (0)