Skip to content

Commit 25ac70d

Browse files
Update source/import-css/index.html.md.erb
Co-authored-by: Romaric Pascal <romaric.pascal@digital.cabinet-office.gov.uk>
1 parent 4b52d33 commit 25ac70d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/import-css/index.html.md.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ For example, to import the button component, add the following to your Sass file
117117
```scss
118118
@import "node_modules/govuk-frontend/dist/govuk/components/button";
119119
```
120-
We're deprecating using _<COMPONENT_NAME>.scss files (like node_modules/govuk-frontend/dist/govuk/components/button/button) and will remove them in the next major release of GOV.UK Frontend.
120+
We're deprecating using `_<COMPONENT_NAME>.scss` files (like `node_modules/govuk-frontend/dist/govuk/components/button/button`) and will remove them in the next major release of GOV.UK Frontend.
121121

122122
## Simplify Sass import paths
123123

0 commit comments

Comments
 (0)