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

@mdn/minimalist

Package Overview
Dependencies
Maintainers
5
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mdn/minimalist - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

sass/atoms/_properties-table.scss

17

CHANGELOG.md
# Changelog
## [2.0.0](https://www.github.com/mdn/mdn-minimalist/compare/v1.0.1...v2.0.0) (2021-07-08)
### ⚠ BREAKING CHANGES
* switch to v2 color palette
### Bug Fixes
* linting ([3280c8d](https://www.github.com/mdn/mdn-minimalist/commit/3280c8d803b598f5f287be5c656fe7fbcaaf6c43))
* styleguide build ([5eb3067](https://www.github.com/mdn/mdn-minimalist/commit/5eb3067e558a75f8a4aea2e81517b0d8de6bfee5))
### Code Refactoring
* switch to v2 color palette ([4b08a21](https://www.github.com/mdn/mdn-minimalist/commit/4b08a21919cadec18ba5b4c6960736c77baffb58)), closes [#671](https://www.github.com/mdn/mdn-minimalist/issues/671)
### [1.0.1](https://www.github.com/mdn/mdn-minimalist/compare/v1.0.0...v1.0.1) (2021-05-24)

@@ -4,0 +21,0 @@

11

package.json
{
"name": "@mdn/minimalist",
"version": "1.0.1",
"version": "2.0.0",
"description": "The base Sass for Mozilla Developer based projects and products",

@@ -22,2 +22,3 @@ "scripts": {

"start": "run-p build:sass:watch copy server",
"styleguide": "yarn build:styleguide:sass && cd styleguide && hugo server -D -F",
"start:webpack": "run-p build copy server",

@@ -50,5 +51,5 @@ "test": "yarn run test:bundlesize && jest",

"http-server": "^0.12.3",
"husky": "^6.0.0",
"jest": "26.6.2",
"mini-css-extract-plugin": "^1.0.0",
"husky": "^7.0.0",
"jest": "27.0.6",
"mini-css-extract-plugin": "^2.0.0",
"npm-run-all": "^4.1.5",

@@ -59,3 +60,3 @@ "prettier": "^2.0.4",

"sass": "^1.26.3",
"sass-loader": "^11.0.0",
"sass-loader": "^12.1.0",
"sass-true": "6.0.1",

@@ -62,0 +63,0 @@ "stylelint": "^13.2.1",

@@ -6,1 +6,17 @@ # mdn-minimalist

The base Sass for Mozilla Developer based projects and products
## Testing changes locally
When making changes to minimalist testing is done via the styleguide. To run the styleguide, built on Hugo, run the following command in your terminal:
```bash
yarn styleguide
```
This will do an initial build and startup Hugo. You can now browser the styleguide locally at [http://localhost:1313](http://localhost:1313). Hugo will run in watch mode so, if any files or assets changes, it will automatically rebuild and reload the current page in the browser.
When you make a change to minimalist, you need to trigger a new build of the minimalist source. In a separate terminal instance, run the following:
```bash
yarn build:styleguide:sass
```

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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