scss HTML实体映射 - 伪元素“内容”属性不接受普通(»)样式的HTML实体。以下这些变量很容易
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss HTML实体映射 - 伪元素“内容”属性不接受普通(»)样式的HTML实体。以下这些变量很容易相关的知识,希望对你有一定的参考价值。
/**
* The pseudo-element 'content' property doesnt accept normal (») style
* HTML entities. These variables below easy the pain of looking up the HEX codes...
*
* Referenced from http://www.danshort.com/HTMLentities/
*
* TODO: Add all the other entities? Worth it? Some day? Maybe?
*/
// Punctuation
$quot: "\22"; // Quotation mark "
$amp: "\26"; // Ampersand &
$lt: "\3C"; // Less-than sign <
$lsquo: "\2018"; // Open single quote ‘
$rsquo: "\2019"; // Close single quote ’
$ldquo: "\201C"; // Open double quotes “
$rdquo: "\201D"; // Close double quotes ”
$sbquo: "\201A"; // Single low-9 quote ‚
$dquo: "\201E"; // Double low-9 quote „
$prime: "\2032"; // Prime/mins/ft ′
$dblprime: "\2033"; // DblPrime/secs/in ″
$nbsp: "\A0"; // Non-breaking space
$hyphen: "\2010"; // Hyphen ‐
$ndash: "\2013"; // En dash –
$mdash: "\2014"; // Em dash —
$nspace: "\2002"; // En space
$mspace: "\2003"; // Em space
$thinsp: "\2009"; // Thin space
$brvbar: "\A6"; // Broken vert bar ¦
$bull: "\2022"; // Bullet •
$tri: "\2023"; // Triangular bullet ‣
$hellip: "\2026"; // Horizontal ellipsis …
$circ: "\2C6"; // Circumflex ˆ
$uml: "\A8"; // Umlaut or dieresis ¨
$tilde: "\2DC"; // Small tilde ˜
$lsaquo: "\2039"; // Single left angle ‹
$rsaquo: "\203A"; // Single right angle ›
$laquo: "\AB"; // Guillemot left «
$raquo: "\BB"; // Guillemot right »
$oline: "\203E"; // Overline ‾
$iquest: "\BF"; // Inverted q-mark ¿
$iexcl: "\A1"; // Inverted exclamation ¡
$intbang: "\203D"; // Interrobang ‽
以上是关于scss HTML实体映射 - 伪元素“内容”属性不接受普通(»)样式的HTML实体。以下这些变量很容易的主要内容,如果未能解决你的问题,请参考以下文章
CSS数据属性换行符&伪元素内容值
SCSS 用伪元素嵌套 Sass
scss 伪元素默认混合
scss svg作为伪元素,使用自定义颜色变量
我可以让 CSS :after 伪元素在元素之外附加内容吗?
scss Angler mixin用于通过伪元素创建倾斜边缘。