Skip to content

Commit

Permalink
Merge pull request #24 from nhsevidence/new-glyphs
Browse files Browse the repository at this point in the history
Add new glyphs
  • Loading branch information
ediblecode committed Jan 10, 2018
2 parents 9149167 + b444840 commit e81f56a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/stylesheets/helpers/_helpers-glyphs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,20 @@
/// @prop {String} bullet [2022] Bullet (•)
/// @prop {String} copyright [00a9] Copyright symbol (©)
/// @prop {String} greater-than [003e] Greater than symbol (>)
/// @prop {String} hyphen-minus [002d] Hyphen minus (-)
/// @prop {String} left-double-quotation-mark [201C] Left double quotation mark (“)
/// @prop {String} less-than [003c] Less than symbol (<)
/// @prop {String} plus [002b] Plus sign (+)
/// @prop {String} punc-space [02008] Punctuation space (small, width of a comma)
/// @since 0.1.0
$nice-glyphs: (
bullet: '2022',
copyright: '00a9',
greater-than: '003e',
hyphen-minus: '002d',
left-double-quotation-mark: '201C',
less-than: '003c',
plus: '002b',
punc-space: '02008'
// Add more entity codes here as and when they're needed
) !default;
Expand Down

0 comments on commit e81f56a

Please sign in to comment.