Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@not-govuk/sass-base

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@not-govuk/sass-base - npm Package Compare versions

Comparing version 0.7.2 to 0.8.0

src/.index.scss.~undo-tree~

7

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc