From 20b7408913f1c32ef932cfc74ad63901343f651b Mon Sep 17 00:00:00 2001 From: afeiship <1290657123@qq.com> Date: Fri, 18 Dec 2020 21:43:04 +0800 Subject: [PATCH] Release 1.0.0 --- dist/index.css | 2 +- dist/index.scss | 6 +----- docs/style.css | 2 +- package.json | 11 +++++++++-- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/dist/index.css b/dist/index.css index 345a9d3..fc0a7a0 100644 --- a/dist/index.css +++ b/dist/index.css @@ -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*/ diff --git a/dist/index.scss b/dist/index.scss index 9174687..dafb539 100644 --- a/dist/index.scss +++ b/dist/index.scss @@ -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; diff --git a/docs/style.css b/docs/style.css index 3fda1b0..22e47c5 100644 --- a/docs/style.css +++ b/docs/style.css @@ -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*/ diff --git a/package.json b/package.json index 5d11d5d..4e765bc 100644 --- a/package.json +++ b/package.json @@ -30,5 +30,12 @@ "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" - } -} + }, + "keywords": [ + "webkit", + "sassui", + "layout", + "fixed", + "header" + ] +} \ No newline at end of file