Skip to content

Commit

Permalink
18.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
inc2734 committed May 24, 2023
1 parent 96c12a7 commit 343bc82
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 92 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## May 24, 18.2.2
* Fixed a bug that the screen width set to the maximum value in `_media-only()` would not be displayed as intended.

## May 16, 18.2.1
* Update packages.
* Remove html5shiv.
Expand Down
155 changes: 69 additions & 86 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"engines": {
"node": ">=10.0.0",
"node": ">=14.0.0 <15",
"npm": ">=6.9.0 <7"
},
"name": "sass-basis",
"version": "18.2.1",
"version": "18.2.2",
"main": "src/css/basis.scss",
"author": "inc2734",
"contributors": [
Expand Down Expand Up @@ -41,17 +41,17 @@
"@wordpress/browserslist-config": "^5.16.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"browser-sync": "^2.29.1",
"browser-sync": "^2.29.3",
"cpy-cli": "^4.2.0",
"cssnano": "^6.0.1",
"node-aigis": "^1.4.1",
"node-sass": "^8.0.0",
"node-sass": "^9.0.0",
"normalize.css": "^8.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.23",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"webpack": "^5.82.1",
"webpack": "^5.83.1",
"webpack-cli": "^5.1.1"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/css/basis.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Name: Basis v18.2.1
* Name: Basis v18.2.2
* Description: A lightweight responsive Sass/CSS framework based on flexible box.
* Author: Takashi Kitajima ( inc2734 )
* Author URL: https://2inc.org
Expand Down

0 comments on commit 343bc82

Please sign in to comment.