Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在将我当前的 WordPress CSS 文件重写为 SASS。我的目标是出现在 iframe 之后的段落(在此处阅读)。在我当前的 CSS 文件中,它是这样写的:
iframe + p { background: red; }
但是对于 SASS,编译时不会输出。我怀疑这与 SASS 的计算能力有关。任何想法如何解决这个问题?
您给出的示例是有效的 SCSS。你的问题源于别的东西。