This allows us to remove the node modules prefix from the govuk scss import in all.scss. Which would resolve loading issues for users.
BREAKING CHANGE: This PR changes the loadpath for govuk frontend. You will now need to ensure your project SASS configuration includes node_modules within its loadpaths in order to compile, however this is often default behaviour in many build tools.
This allows us to remove the node modules prefix from the govuk scss import in all.scss. Which would resolve loading issues for users.
BREAKING CHANGE: This PR changes the loadpath for govuk frontend. You will now need to ensure your project SASS configuration includes node_modules within its loadpaths in order to compile, however this is often default behaviour in many build tools.
fix #927