Skip to content

Commit

Permalink
feat: removing unnecessary skeleton styles
Browse files Browse the repository at this point in the history
  • Loading branch information
willmendesneto committed Jan 7, 2019
1 parent 53d0126 commit 7622ea6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Adding badges for stackblitz, bundlephobia and license

### Updated

- Removing unnecessary CSS styles for skeleton

## [1.1.1][] - 2018-12-17

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -80,7 +80,7 @@
"bundlesize": [
{
"path": "./dist/ngx-skeleton-loader/bundles/ngx-skeleton-loader.umd.min.js",
"maxSize": "899B"
"maxSize": "871B"
}
]
}
8 changes: 2 additions & 6 deletions projects/ngx-skeleton-loader/src/lib/ngx-skeleton-loader.scss
@@ -1,10 +1,7 @@
.loader {
box-sizing: border-box;
animation: progress 2s ease-in-out infinite;
background-repeat: no-repeat;
background-color: rgb(239, 241, 246);
line-height: 1;
overflow: hidden;
position: relative;
background: rgb(239, 241, 246) no-repeat;
background-image: linear-gradient(
90deg,
rgba(255, 255, 255, 0),
Expand All @@ -15,7 +12,6 @@
border-radius: 4px;
width: 100%;
height: 20px;
line-height: 1;
display: inline-block;
margin-bottom: 10px;

Expand Down

0 comments on commit 7622ea6

Please sign in to comment.