Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
🚀 0.5.3 Aspect Ratios
Browse files Browse the repository at this point in the history
  • Loading branch information
ricricucit committed May 31, 2017
1 parent 30076fb commit 6c66ded
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 7 deletions.
24 changes: 23 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,29 @@

---

## [0.5.2](https://github.com/welance/welance-bs/compare/v0.2.0...0.5.0) \(2017-05-15\)
## [0.5.3](https://github.com/welance/welance-bs/compare/v0.5.2...0.5.3) \(2017-05-31\)

### Features

* defined images aspect ratios

### Bug Fixes

* none

### DEPRECATIONS

* none

### BREAKING CHANGES

* none

---

---

## [0.5.2](https://github.com/welance/welance-bs/compare/v0.5.0...0.5.2) \(2017-05-28\)

### Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@welance/welance-bs",
"version": "0.5.2",
"version": "0.5.3",
"description": "Welanstrap – Welance Bootstrap build with SASS and VueJS",
"main": "index.html",
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions src/sass/welanstrap/components/_images.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
&--ratio-2-3{
@include flexembed-image(150%, null);
}
&--ratio-4-1{
@include flexembed-image(25%, null);
&--ratio-4-3{
@include flexembed-image(75%, null);
}
&--ratio-3-4{
@include flexembed-image(133.333%, null);
}
&--ratio-16-9{
@include flexembed-image(56.25%, null, 320px);
}
&--ratio-9-16{
@include flexembed-image(177.777%, null, 320px);
}
&--ratio-12-16{
@include flexembed-image(133.33%, null, 320px);
}
}

0 comments on commit 6c66ded

Please sign in to comment.