0.4.1 • Published 7 months ago

sass-between v0.4.1

Weekly downloads
111
License
MIT
Repository
github
Last release
7 months ago

sass-between

Sass library for fluid sizing between breakpoints

DEPRECATED: Natively supported by css viewport-relative units and clamp() these days.

Usage

  • npm install sass-between
  • @import "sass-between"; or
  • copy dist/_between.scss to somewhere else to import.
  • add --load-path=node_modules to sass command line, or equivalent bundler config.
  • Replace default variables:
$between-min: 360px;
$between-max: 1200px;
$between-dimension: width;

References

0.4.1

7 months ago

0.3.2

5 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago