Skip to content

Commit

Permalink
Merge pull request #100 from sippy-platform/0.14
Browse files Browse the repository at this point in the history
Mellow CSS 0.14.1
  • Loading branch information
Studio384 authored Aug 22, 2022
2 parents 9509a8f + 8ce0a70 commit d478c16
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 36 deletions.
66 changes: 33 additions & 33 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sippy-platform/mellow-css",
"version": "0.14.0",
"version": "0.14.1",
"description": "The Mellow Design System.",
"main": "dist/js/mellow.js",
"style": "dist/css/mellow.css",
Expand Down Expand Up @@ -70,8 +70,8 @@
"postcss": "8.4.16",
"postcss-cli": "10.0.0",
"rimraf": "3.0.2",
"sass": "1.54.4",
"stylelint": "14.10.0",
"sass": "1.54.5",
"stylelint": "14.11.0",
"stylelint-config-standard-scss": "5.0.0",
"terser": "5.14.2"
},
Expand Down
1 change: 1 addition & 0 deletions scss/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
color: $body-text;
width: 100%;
box-sizing: border-box;
cursor: pointer;

&:not(:first-child) {
margin-top: .125rem;
Expand Down

0 comments on commit d478c16

Please sign in to comment.