@mdn/minimalist
Advanced tools
Comparing version 0.8.0 to 0.8.1
# Changelog | ||
### [0.8.1](https://www.github.com/mdn/mdn-minimalist/compare/v0.8.0...v0.8.1) (2021-04-15) | ||
### Bug Fixes | ||
* set min-width on first-child table columns ([dc60f2c](https://www.github.com/mdn/mdn-minimalist/commit/dc60f2c1ba7a195c23b3fb7ada8f76564ab07818)) | ||
## [0.8.0](https://www.github.com/mdn/mdn-minimalist/compare/v0.7.4...v0.8.0) (2021-03-26) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@mdn/minimalist", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "The base Sass for Mozilla Developer based projects and products", | ||
@@ -8,2 +8,4 @@ "scripts": { | ||
"build:dist": "webpack --config ./webpack.dist.js", | ||
"build:styleguide:sass": "webpack --config ./webpack.styleguide.js", | ||
"build:styleguide": "yarn build:styleguide:sass && cd styleguide && hugo", | ||
"build:sass": "sass ./sass/mdn-minimalist.scss ./public/css/main.css", | ||
@@ -13,2 +15,3 @@ "build:sass:watch": "sass ./sass/mdn-minimalist.scss ./public/css/main.css --watch", | ||
"copy": "mkdir -p ./public && cp -R ./typography ./public/typography", | ||
"copy:styleguide": "mkdir -p ./styleguide/assets && cp -R ./dist/css ./styleguide/assets/minimalist", | ||
"lint": "stylelint sass/**/*.scss", | ||
@@ -48,3 +51,3 @@ "precommit": "yarn run prettier:staged", | ||
"http-server": "^0.12.3", | ||
"husky": "^5.0.9", | ||
"husky": "^6.0.0", | ||
"jest": "26.6.2", | ||
@@ -51,0 +54,0 @@ "mini-css-extract-plugin": "^1.0.0", |
# mdn-minimalist | ||
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) | ||
[![Netlify Status](https://api.netlify.com/api/v1/badges/9b97df5e-40a6-47b0-9c73-5a1086c3e2a6/deploy-status)](https://app.netlify.com/sites/mdn-minimalist/deploys) | ||
The base Sass for Mozilla Developer based projects and products |
@@ -42,3 +42,6 @@ const path = require("path"); | ||
test: /\.(woff|woff2)$/, | ||
use: "file-loader", | ||
loader: "file-loader", | ||
options: { | ||
publicPath: ".", | ||
}, | ||
}, | ||
@@ -45,0 +48,0 @@ { |
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
229092
48
107
2