Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
afeiship committed Dec 18, 2020
1 parent 8416cef commit 20b7408
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion dist/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* description: Fixed header bar for wsui.
* homepage: https://github.com/afeiship/wsui-layout-fixed-header
* version: 1.0.0
* date: 2020-12-18 21:40:57
* date: 2020-12-18 21:42:59
* license: MIT
*/
/*wsui-layout-fixed-header Start*/
Expand Down
6 changes: 1 addition & 5 deletions dist/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,11 @@
* description: Fixed header bar for wsui.
* homepage: https://github.com/afeiship/wsui-layout-fixed-header
* version: 1.0.0
* date: 2020-12-18 21:40:57
* date: 2020-12-18 21:42:59
* license: MIT
*/

/*wsui-layout-fixed-header Start*/
$wsui-layout-fixed-header-options: (
color: #f00,
) !default;

@mixin wsui-layout-fixed-header($in-height: 50px, $in-gap: 10px) {
$padding-top: $in-height + $in-gap;

Expand Down
2 changes: 1 addition & 1 deletion docs/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* description: Fixed header bar for wsui.
* homepage: https://github.com/afeiship/wsui-layout-fixed-header
* version: 1.0.0
* date: 2020-12-18 21:40:57
* date: 2020-12-18 21:42:59
* license: MIT
*/
/*wsui-layout-fixed-header Start*/
Expand Down
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,12 @@
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}
},
"keywords": [
"webkit",
"sassui",
"layout",
"fixed",
"header"
]
}

0 comments on commit 20b7408

Please sign in to comment.