Lines Matching refs:scale

3 …ion, Go to [v1.0 documentation here](https://github.com/Team-Sass/modular-scale/blob/1.x/readme.md)
5 A modular scale is a list of values that share the same relationship. These values are often used t…
7 … fine and breakpoints in responsive web design can naturally fall on your scale to create better r…
9scale which might be useful to create more options for in-between values. This base size paired wi…
15 * Terminal: `gem install modular-scale`
16 * Compass config: `require 'modular-scale'`
17 * SCSS: `@import 'modular-scale';`
21 * Terminal: `bower install modular-scale`
22 * SCSS: `@import '../link_to_component_dir/modular-scale';`
26 * [Download the latest zip](https://github.com/Team-Sass/modular-scale/releases/latest)
28 * SCSS: `@import 'modular-scale';`
34 …s, install via the gem with Compass](https://github.com/Team-Sass/modular-scale/tree/2.x#compass)*…
58 Modular-scale is used as a function. Simply pass it through in place of any value to generate a val…
61 font-size: ms(2); // two up the modular scale
62 font-size: ms(2, 16px); // two up the modular scale with a base size of 16px, default is 1em
63 font-size: ms(2, 1em, $octave); // Same as above but on an octave scale
66 You can output a list to your terminal to help you find out what values are on your scale.
72 You can use a double standard scale by simply adding more base sizes in a space-sepreated list.
73 **note:** the starting point of the scale will always be the **first** value in this list
99 Modular scale includes functions for a number of classic design and musical scale ratios. You can a…
128 Add your own ratio in Sass by setting a variable and passing that to modular-scale.
138 2. remove older versions of modular-scale with `gem cleanup modular-scale`.
144 ## [Changelog](https://github.com/Team-Sass/modular-scale/releases)