Skip to content

Commit

Permalink
[FIX] SassDoc documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared Howland committed Jun 17, 2016
1 parent 88abef1 commit 7369e6d
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 59 deletions.
10 changes: 3 additions & 7 deletions src/base/_functions.scss
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@

/// Get breakpoint name for breakpoint `$i`
///
/// @todo Figure out if this is still used
///
/// @param {Number} $i - Breakpoint number. Must be between 1 and the number of breakpoints defined in `$breakpoints` map variable.
/// @return {String} - Name of specified breakpoint
/// @group helpers-breakpoints
Expand All @@ -176,7 +174,7 @@

/// Breakpoint location returned in `rem` for breakpoint `$i`
///
/// @todo Figure out if this is still used
/// Not actively used yet.
///
/// @param {Number} $i - Breakpoint number. Must be between 1 and the number of breakpoints defined in `$breakpoints` map variable.
/// @return {Number} - Breakpoint location expressed as `rem`
Expand Down Expand Up @@ -215,7 +213,7 @@

/// Ratio value for creating modular scales of breakpoint `$i`
///
/// @todo Figure out if this is still used
/// Not actively used yet.
///
/// @param {Number} $i - Breakpoint number. Must be between 1 and the number of breakpoints defined in `$breakpoints` map variable.
/// @return {Number} - Unitless ratio value of named modular scale
Expand All @@ -228,8 +226,6 @@
/// 2 smaller than base `font-size`;
/// 7 larger than or equal to base `font-size`
///
/// @todo Figure out if this is still used
///
/// @param {Number} $i - Breakpoint number. Must be between 1 and the number of breakpoints defined in `$breakpoints` map variable.
/// @return {List} - List of values based on modular scale of breakpoint `$i`
/// @group helpers-breakpoints
Expand Down Expand Up @@ -265,7 +261,7 @@

/// Base modular scale for breakpoint `$i`
///
/// @todo Figure out if this is still used
/// Not actively used yet
///
/// @param {Number} $i - Breakpoint number. Must be between 1 and the number of breakpoints defined in `$breakpoints` map variable.
/// @return {Number} - Untiless ratio for modular scale
Expand Down
Loading

0 comments on commit 7369e6d

Please sign in to comment.