@not-govuk/sass-base
Advanced tools
Comparing version 0.7.2 to 0.8.0
{ | ||
"name": "@not-govuk/sass-base", | ||
"version": "0.7.2", | ||
"version": "0.8.0", | ||
"description": "The base SASS code for GovUK styling.", | ||
@@ -12,3 +12,3 @@ "sass": "src/index.scss", | ||
"dependencies": { | ||
"govuk-frontend": "4.4.1" | ||
"govuk-frontend": "4.6.0" | ||
}, | ||
@@ -18,4 +18,3 @@ "scripts": { | ||
"clean": "true" | ||
}, | ||
"readme": "Not Govuk - SASS Base\n=====================\n\nThe base SASS code for GovUK styling. You should `@import` this file before you\nimport components from `govuk-frontend`.\n\n\nUsing this package\n------------------\n\nFirst install the package into your project:\n\n```shell\nnpm install -S @not-govuk/sass-base\n```\n\nThen use it in your code as follows:\n\n```scss\n@import '@not-govuk/sass-base';\n\n@import \"govuk-frontend/govuk/components/back-link/_index\";\n```\n\n\nWorking on this package\n-----------------------\n\nBefore working on this package you must install its dependencies using\nthe following command:\n\n```shell\npnpm install\n```\n" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5
3000
+ Addedgovuk-frontend@4.6.0(transitive)
- Removedgovuk-frontend@4.4.1(transitive)
Updatedgovuk-frontend@4.6.0