You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
</svg></span> is brought to you by <ahref="https://twitter.com/MoOx">@MoOx</a> & <ahref="https://github.com/MoOx/postcss-cssnext/graphs/contributors">some other contributors</a>.</p><small><ahref="/it-s-cssnext-not-CSSNext">Note: it's cssnext, not CSSNext</a><spanstyle="opacity:.4;margin-left:1rem;"><ahref="/credits">Credits</a> | <ahref="https://github.com/MoOx/postcss-cssnext/edit/master/docs/content/credits.md">Edit this page</a></span></small></footer><scriptsrc="/index.js?6139be442f66fae29934"></script><script>
333
+
</svg></span> is brought to you by <ahref="https://twitter.com/MoOx">@MoOx</a> & <ahref="https://github.com/MoOx/postcss-cssnext/graphs/contributors">some other contributors</a>.</p><small><ahref="/it-s-cssnext-not-CSSNext">Note: it's cssnext, not CSSNext</a><spanstyle="opacity:.4;margin-left:1rem;"><ahref="/credits">Credits</a> | <ahref="https://github.com/MoOx/postcss-cssnext/edit/master/docs/content/credits.md">Edit this page</a></span></small></footer><scriptsrc="/index.js?4d0b817adac9cac909e8"></script><script>
<p>(The transformation is not complete and can’t be properly. By injecting selectors
256
-
with new computed rules, we will break original cascade & unexpected results
257
-
might happen).</p>
258
+
<p>⚠️ <ahref="https://github.com/postcss/postcss-custom-properties#readme"><em>The definitions are <strong>limited to <code>:root</code> selector.</strong></em></a></p>
<h2id="custom-properties-set-apply"><aclass="markdownIt-Anchor" href="#custom-properties-set-apply">#</a> custom properties set & <code>@apply</code></h2>
263
+
<p>Allows you to store a set of properties in a named custom property,
264
+
then reference them in other style rules.</p>
265
+
<pre><codeclass="language-css">:root {
266
+
--danger-theme: {
267
+
color: white;
268
+
background-color: red;
269
+
};
270
+
}
271
+
272
+
.danger {
273
+
@apply --danger-theme;
274
+
}</code></pre>
275
+
<p>⚠️ <ahref="https://github.com/postcss/postcss-custom-properties#readme"><em>The definitions are <strong>limited to <code>:root</code> selector.</strong></em></a></p>
</svg></span> is brought to you by <ahref="https://twitter.com/MoOx">@MoOx</a> & <ahref="https://github.com/MoOx/postcss-cssnext/graphs/contributors">some other contributors</a>.</p><small><ahref="/it-s-cssnext-not-CSSNext">Note: it's cssnext, not CSSNext</a><spanstyle="opacity:.4;margin-left:1rem;"><ahref="/credits">Credits</a> | <ahref="https://github.com/MoOx/postcss-cssnext/edit/master/docs/content/features.md">Edit this page</a></span></small></footer><scriptsrc="/index.js?6139be442f66fae29934"></script><script>
685
+
</svg></span> is brought to you by <ahref="https://twitter.com/MoOx">@MoOx</a> & <ahref="https://github.com/MoOx/postcss-cssnext/graphs/contributors">some other contributors</a>.</p><small><ahref="/it-s-cssnext-not-CSSNext">Note: it's cssnext, not CSSNext</a><spanstyle="opacity:.4;margin-left:1rem;"><ahref="/credits">Credits</a> | <ahref="https://github.com/MoOx/postcss-cssnext/edit/master/docs/content/features.md">Edit this page</a></span></small></footer><scriptsrc="/index.js?4d0b817adac9cac909e8"></script><script>
</svg></span> is brought to you by <ahref="https://twitter.com/MoOx">@MoOx</a> & <ahref="https://github.com/MoOx/postcss-cssnext/graphs/contributors">some other contributors</a>.</p><small><ahref="/it-s-cssnext-not-CSSNext">Note: it's cssnext, not CSSNext</a><spanstyle="opacity:.4;margin-left:1rem;"><ahref="/credits">Credits</a> | <ahref="https://github.com/MoOx/postcss-cssnext/edit/master/docs/content/index.md">Edit this page</a></span></small></footer><scriptsrc="/index.js?6139be442f66fae29934"></script><script>
546
+
</svg></span> is brought to you by <ahref="https://twitter.com/MoOx">@MoOx</a> & <ahref="https://github.com/MoOx/postcss-cssnext/graphs/contributors">some other contributors</a>.</p><small><ahref="/it-s-cssnext-not-CSSNext">Note: it's cssnext, not CSSNext</a><spanstyle="opacity:.4;margin-left:1rem;"><ahref="/credits">Credits</a> | <ahref="https://github.com/MoOx/postcss-cssnext/edit/master/docs/content/index.md">Edit this page</a></span></small></footer><scriptsrc="/index.js?4d0b817adac9cac909e8"></script><script>
0 commit comments