Releases: RusinovAnton/scss-mixins-collection
Releases · RusinovAnton/scss-mixins-collection
update deps
Bump mixin-deep from 1.3.1 to 1.3.2 (#20) Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/jonschlinkert/mixin-deep/releases) - [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Signed-off-by: dependabot[bot] <[email protected]>
Extend spacing mixins
Now all spacing mixins can take second optional argument to be able to make unequal spacing values.
Example:
h2 {
@include margin-h(10px, 20px);
}
h2 {
margin-top: 10px;
margin-bottom: 20px;
}
Size mixin update
1.1.1 add yarn.lock
clear up
- Changed entry point to
scss-mixins-collection/_index.scss
- Refactored file structure - now every mixin has its own file
- Removed not-so-useful or deprecated mixins
- mixins that add vendor prefixes - use autoprefixer instead
- background-gradient
- device-z-index-fix
- fullwidth
- hack-bootstrap
- on-state
- reset-filter
- touch-scroll
- user-select
- Renamed mixins
- multiline-ellipsis => ellipsis-multiline
- multiline-ellipsis-simple => ellipsis-multiline-simple
- responsive-image => fit-image
Summer hottie
- add size($width, $height) mixin;
- add color reset for reset-link mixin;
Added if-children
- Added if-children mixin;
- Refactored mixins;
- Issues fix: 2, 3, 4;
Bugfixes
0.1.1 v0.1.1
0.1.0
fix for bower ignore