Skip to content

Releases: RusinovAnton/scss-mixins-collection

update deps

13 Dec 18:35
Compare
Choose a tag to compare
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] <support@github.com>

Extend spacing mixins

15 Sep 21:57
Compare
Choose a tag to compare

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

29 Jun 08:15
Compare
Choose a tag to compare
1.1.1

add yarn.lock

clear up

16 Jan 00:08
Compare
Choose a tag to compare
  • 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

22 Jun 19:57
Compare
Choose a tag to compare
  • add size($width, $height) mixin;
  • add color reset for reset-link mixin;

Added if-children

03 Mar 16:57
Compare
Choose a tag to compare
  • Added if-children mixin;
  • Refactored mixins;
  • Issues fix: 2, 3, 4;

Bugfixes

29 Feb 12:35
Compare
Choose a tag to compare
0.1.1

v0.1.1

0.1.0

28 Feb 12:55
Compare
Choose a tag to compare
fix for bower ignore