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 0.2.2 to 0.2.3

sass/atoms/_notecards.scss

9

CHANGELOG.md
# Changelog
### [0.2.3](https://www.github.com/mdn/mdn-minimalist/compare/v0.2.2...v0.2.3) (2020-11-10)
### Bug Fixes
* kbd element ([16eb53c](https://www.github.com/mdn/mdn-minimalist/commit/16eb53ca7ef8a5ef6889275cd753b8e0e304b8d6)), closes [#232](https://www.github.com/mdn/mdn-minimalist/issues/232)
* notecards ([028c887](https://www.github.com/mdn/mdn-minimalist/commit/028c8871d70a9d3fe601f0fc236b12d821347a6d)), closes [#239](https://www.github.com/mdn/mdn-minimalist/issues/239)
* use 100% for base font size ([0cb467a](https://www.github.com/mdn/mdn-minimalist/commit/0cb467a71cc34405a3c620c7654cc7c1018153f4)), closes [#237](https://www.github.com/mdn/mdn-minimalist/issues/237)
### [0.2.2](https://www.github.com/mdn/mdn-minimalist/compare/v0.2.1...v0.2.2) (2020-11-06)

@@ -4,0 +13,0 @@

25

package.json
{
"name": "@mdn/minimalist",
"version": "0.2.2",
"version": "0.2.3",
"description": "The base Sass for Mozilla Developer based projects and products",
"scripts": {
"build": "webpack",
"build:sass": "sass ./sass/mdn-minimalist.scss ./public/css/main.css --watch",
"build:sass": "sass ./sass/mdn-minimalist.scss ./public/css/main.css",
"build:sass:watch": "sass ./sass/mdn-minimalist.scss ./public/css/main.css --watch",
"build:sass:variables": "sass ./sass/shared-variables.module.scss ./public/css/shared-variables.module.css",
"copy": "cp -R ./typography ./public/typography",
"lint": "stylelint sass/**/*.scss",
"precommit": "npm run prettier:staged",
"precommit": "yarn run prettier:staged",
"prettier:check": "prettier --check **/*.scss",

@@ -16,4 +17,6 @@ "prettier:format": "prettier --write **/*.scss",

"server": "http-server -p 8090",
"start": "run-p build:sass copy server",
"test": "jest"
"start": "run-p build:sass:watch copy server",
"start:webpack": "run-p build copy server",
"test": "yarn run test:bundlesize && jest",
"test:bundlesize": "yarn build:sass && bundlesize"
},

@@ -38,2 +41,4 @@ "repository": {

"devDependencies": {
"@mdn/dinocons": "^0.1.2",
"bundlesize": "^0.18.0",
"css-loader": "^5.0.0",

@@ -59,5 +64,13 @@ "file-loader": "^6.1.0",

"stylelint-scss": "^3.15.0",
"url-loader": "^4.1.1",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
}
},
"bundlesize": [
{
"path": "./public/css/main.css",
"maxSize": "10 kB",
"compression": "gzip"
}
]
}

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