Skip to content

Commit

Permalink
Add sass declaration to package.json
Browse files Browse the repository at this point in the history
This allows sass compilers which dynamically look for a module's entry-point file to read the correct file.
  • Loading branch information
lennym committed Jun 8, 2017
1 parent 12b5633 commit c5a59f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/govuk-elements-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
},
"bugs": {
"url": "https://github.com/alphagov/govuk_elements/issues"
}
},
"sass": "./public/_elements.scss"
}

0 comments on commit c5a59f9

Please sign in to comment.