@not-govuk/sass-base
Advanced tools
Comparing version 0.3.4 to 0.4.0
{ | ||
"name": "@not-govuk/sass-base", | ||
"version": "0.3.4", | ||
"version": "0.4.0", | ||
"description": "The base SASS code for GovUK styling.", | ||
@@ -17,3 +17,4 @@ "sass": "src/index.scss", | ||
"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" | ||
} |
Sorry, the diff of this file is not supported yet
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
3532