程
序
员
自
由
职
业
Less 转义
"Less" 是一种层叠样式表(CSS)预处理器,它允许使用变量、嵌套规则、混合等功能,以更便捷的方式编写样式表。在 Less 中,转义通常用于避免特殊字符被解析,而直接输出原始字符。
在 Less 中,使用 ~ 符号进行转义,例如:
.escape {
content: ~"This is a \+ sign";
}
在这个例子中,~ 后面的引号中的内容将被原样输出,而不会被解析为 Less 变量或其他语法。
转载请注明出处:
http://www.zyzy.cn/article/detail/4282/Less
最新文章
Win32 API:DwmTetherContact 函数(Dwmapi.h)
Win32 API:DwmRegisterThumbnail 函数(Dwmapi.h)
Win32 API:DwmQueryThumbnailSourceSize 函数(Dwmapi.h)
Win32 API:DwmIsCompositionEnabled 函数(Dwmapi.h)
Win32 API:DwmGetWindowAttribute 函数(Dwmapi.h)
Win32 API:DwmGetCompositionTimingInfo 函数(Dwmapi.h)
Win32 API:DwmGetColorizationColor 函数(Dwmapi.h)
Win32 API:DwmFlush 函数(Dwmapi.h)
Win32 API:DwmExtendFrameIntoClientArea 函数(Dwmapi.h)
Win32 API:DwmEnableComposition 函数(Dwmapi.h)
Win32 API:DwmEnableBlurBehindWindow 函数(Dwmapi.h)
Win32 API:DSROLE_SERVER_STATE 枚举(Dsrole.h)
Win32 API:DSROLE_PRIMARY_DOMAIN_INFO_LEVEL 枚举(Dsrole.h)
Win32 API:DSROLE_OPERATION_STATE 枚举(Dsrole.h)
Win32 API:DSROLE_MACHINE_ROLE 枚举(Dsrole.h)
Win32 API:DSROLE_UPGRADE_STATUS_INFO 结构(Dsrole.h)
Win32 API:DSROLE_PRIMARY_DOMAIN_INFO_BASIC 结构(Dsrole.h)
Win32 API:DsRoleGetPrimaryDomainInformation 函数(Dsrole.h)
Win32 API:DsRoleFreeMemory 函数(Dsrole.h)
Win32 API:DSQUERYPARAMS 结构(Dsquery.h)