Skip to content

Commit

Permalink
No indent for @SInCE content
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Jul 12, 2018
1 parent 3ca682e commit c4e3091
Show file tree
Hide file tree
Showing 8 changed files with 46 additions and 52 deletions.
10 changes: 2 additions & 8 deletions docs/type-fonts.html
Original file line number Diff line number Diff line change
Expand Up @@ -814,13 +814,10 @@ <h2 class="item-title">
<h3 class="summary-subtitle">Since <code>0.1.0</code>:</h3>
<div class="subsection-details"><ul>
<li>Supports <code>'bold italic'</code> weight/style syntax
in addition to <code>('bold', 'italic')</code>
<ul>
in addition to <code>('bold', 'italic')</code></li>
<li>Full support for the <a href="core.html">core</a> map-reference syntax,
not just font-name alias<span class="widont">&nbsp;</span>reference</li>
</ul>
</li>
</ul>
</div>
</section>

Expand All @@ -829,8 +826,7 @@ <h3 class="summary-subtitle">Since <code>type-4.0.0</code>:</h3>
<div class="subsection-details"><ul>
<li>Remove the <code>$font-formats</code> variable,
and replaced it with a <code>formats</code> property
in each individual font map
<ul>
in each individual font<span class="widont">&nbsp;</span>map</li>
<li>No longer accepts <code>regular</code> as a font-variant,
use the CSS-friendly <code>normal</code> instead</li>
<li>Allow explicit configuration maps for each font variant,
Expand All @@ -842,8 +838,6 @@ <h3 class="summary-subtitle">Since <code>type-4.0.0</code>:</h3>
<li>Supports <code>unicode-range</code> CSS property,
as <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/unicode-range">described on<span class="widont">&nbsp;</span>MDN</a></li>
</ul>
</li>
</ul>
</div>
</section>

Expand Down
4 changes: 2 additions & 2 deletions sass/core/_register.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
/// ```
///
/// @since 0.1.0 -
/// Supports the [core](core.html) map-refernece syntax,
/// for creating function aliases
/// Supports the [core](core.html) map-refernece syntax,
/// for creating function aliases
///
/// @group core-register
/// @type map
Expand Down
4 changes: 2 additions & 2 deletions sass/plugin/color/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
/// They default to `white` and `black` respectively.
///
/// @since 0.1.0 -
/// Uses the new [shared](core.html) map syntax,
/// for internal references and adjustments
/// Uses the new [shared](core.html) map syntax,
/// for internal references and adjustments
///
/// @group color-api
/// @example scss - simple color definitions
Expand Down
4 changes: 2 additions & 2 deletions sass/plugin/layout/_queries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
/// Otherwise, the map should contain only valid CSS length values.
///
/// @since 0.1.0 -
/// Uses the new [shared](core.html) map syntax,
/// for internal references and adjustments
/// Uses the new [shared](core.html) map syntax,
/// for internal references and adjustments
///
/// @group layout-queries
/// @example scss - defining breakpoints
Expand Down
8 changes: 4 additions & 4 deletions sass/plugin/layout/_ratio.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
/// Establsih a fluid-height container based on an aspect ratio.
///
/// @since 0.1.0 -
/// Uses the new [shared](core.html) map syntax,
/// and [ratio](core-ratios.html) settings
/// Uses the new [shared](core.html) map syntax,
/// and [ratio](core-ratios.html) settings
///
/// @group layout-ratios
///
Expand Down Expand Up @@ -41,8 +41,8 @@
/// based on a given ratio and fluid width.
///
/// @since 0.1.0 -
/// Uses the new [shared](core.html) map syntax,
/// and [ratio](core-ratios.html) settings
/// Uses the new [shared](core.html) map syntax,
/// and [ratio](core-ratios.html) settings
///
/// @group layout-ratios
/// @example scss
Expand Down
38 changes: 19 additions & 19 deletions sass/plugin/type/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
/// long and repetative paths for every font.
///
/// @since type-4.0.0 -
/// The default changed from `'../fonts/'` to `''` --
/// so that no path is added unless explicity requested.
/// The default changed from `'../fonts/'` to `''` --
/// so that no path is added unless explicity requested.
///
/// @group type-fonts
/// @example scss
Expand Down Expand Up @@ -66,24 +66,24 @@ $font-path: '' !default;
/// it will include `source` links in the output.
///
/// @since 0.1.0 -
/// - Supports `'bold italic'` weight/style syntax
/// in addition to `('bold', 'italic')`
/// - Full support for the [core](core.html) map-reference syntax,
/// not just font-name alias reference
/// - Supports `'bold italic'` weight/style syntax
/// in addition to `('bold', 'italic')`
/// - Full support for the [core](core.html) map-reference syntax,
/// not just font-name alias reference
/// @since type-4.0.0 -
/// - Remove the `$font-formats` variable,
/// and replaced it with a `formats` property
/// in each individual font map
/// - No longer accepts `regular` as a font-variant,
/// use the CSS-friendly `normal` instead
/// - Allow explicit configuration maps for each font variant,
/// to support variant-specific `local` and `svgid` options,
/// along with the ability to specificy
/// explicit urls for each format desired
/// The old string value will be treated the same as
/// a map with only `'path'` defined
/// - Supports `unicode-range` CSS property,
/// as [described on MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/unicode-range)
/// - Remove the `$font-formats` variable,
/// and replaced it with a `formats` property
/// in each individual font map
/// - No longer accepts `regular` as a font-variant,
/// use the CSS-friendly `normal` instead
/// - Allow explicit configuration maps for each font variant,
/// to support variant-specific `local` and `svgid` options,
/// along with the ability to specificy
/// explicit urls for each format desired
/// The old string value will be treated the same as
/// a map with only `'path'` defined
/// - Supports `unicode-range` CSS property,
/// as [described on MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/unicode-range)
///
/// @group type-fonts
/// @example scss - Defining a font for import
Expand Down
8 changes: 4 additions & 4 deletions sass/plugin/type/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/// which simply prepends the global `$font-path` when appropriate.
///
/// @since type-4.0.0 -
/// Supports Base64 data URI's, without prepending font-path.
/// Supports Base64 data URI's, without prepending font-path.
///
/// @group type-fonts
/// @example scss
Expand Down Expand Up @@ -43,7 +43,7 @@
/// with name and font-stack.
///
/// @since type-4.0.0 -
/// Provides the correct name for fonts when an alias is given.
/// Provides the correct name for fonts when an alias is given.
///
/// @group type-fonts
/// @example scss
Expand Down Expand Up @@ -111,7 +111,7 @@
/// (variants without a path will not be imported).
///
/// @since type-4.0.0 -
/// No longer accepts the `$formats` parameter.
/// No longer accepts the `$formats` parameter.
///
/// @group type-fonts
/// @example scss
Expand Down Expand Up @@ -152,7 +152,7 @@
/// and generate `@font-face` blocks for each individual font and variant.
///
/// @since type-4.0.0 -
/// No longer accepts the `$formats` parameter.
/// No longer accepts the `$formats` parameter.
///
/// @group type-fonts
/// @example scss
Expand Down
22 changes: 11 additions & 11 deletions sass/plugin/type/_helpers.scss
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $_a_FONT-FORMATS: (
/// [font-url]: fonts.html#function--font-url
///
/// @since type-4.0.0 -
/// Added to format font-paths correctly, with file extension and suffix.
/// Added to format font-paths correctly, with file extension and suffix.
///
/// @access private
/// @group font-helpers
Expand Down Expand Up @@ -163,7 +163,7 @@ $_a_FONT-FORMATS: (
/// organizing them into the proper output order for browser-compatability.
///
/// @since type-4.0.0 -
/// No longer accepts the `$format` parameter.
/// No longer accepts the `$format` parameter.
///
/// @access private
/// @group font-helpers
Expand Down Expand Up @@ -196,8 +196,8 @@ $_a_FONT-FORMATS: (
/// for one `@font-face` declaration block.
///
/// @since type-4.0.0 -
/// Added to sort and compile src lists,
/// with local() options and proper format order.
/// Added to sort and compile src lists,
/// with local() options and proper format order.
///
/// @access private
/// @group font-helpers
Expand Down Expand Up @@ -244,10 +244,10 @@ $_a_FONT-FORMATS: (
/// and return a filtered font-map including only font-variants.
///
/// @since 0.1.0 -
/// Supports `'bold italic'` weight/style syntax
/// in addition to `('bold', 'italic')`
/// Supports `'bold italic'` weight/style syntax
/// in addition to `('bold', 'italic')`
/// @since type-4.0.0 -
/// Added to extract variant-data from a font-map
/// Added to extract variant-data from a font-map
///
/// @access private
/// @group font-helpers
Expand Down Expand Up @@ -283,11 +283,11 @@ $_a_FONT-FORMATS: (
/// Parse a list of font variants into a map of `style` and `weight` settings.
///
/// @since 0.1.0 -
/// Supports `'bold italic'` weight/style syntax
/// in addition to `('bold', 'italic')`
/// Supports `'bold italic'` weight/style syntax
/// in addition to `('bold', 'italic')`
/// @since type-4.0.0 -
/// - Name changed from `_parse-font-variant` for clarity.
/// - Supports both string and number values for font-weight.
/// - Name changed from `_parse-font-variant` for clarity.
/// - Supports both string and number values for font-weight.
///
/// @access private
/// @group font-helpers
Expand Down

0 comments on commit c4e3091

Please sign in to comment.