scss WYSIWYG插入样式
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了scss WYSIWYG插入样式相关的知识,希望对你有一定的参考价值。
img.inserted {
width: 50%;
float: left;
}
.left .inserted {
float: left;
margin: rhythm(0.3) rhythm(0.5) rhythm(0.25) 0;
}
.right .inserted {
float: right;
margin: rhythm(0.3) 0 rhythm(0.25) rhythm(0.5);
}
@include at-breakpoint($break-3) {
img.inserted {
width: 25%;
}
}
以上是关于scss WYSIWYG插入样式的主要内容,如果未能解决你的问题,请参考以下文章
scss WordPress WYSIWYG布局模板
样式(tailwind/SCSS 样式表)未应用于 React 中动态插入的 HTML
php WYSIWYG隐藏样式。的functions.php
html WordPress - CSS样式的WYSIWYG单元测试
php 将样式添加到Wordpress WYSIWYG编辑器
markdown 设置WP Gutenberg编辑器以使用主题样式(WYSIWYG!)