問題タブ [css-in-js]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - styled-components/emotion パーシャル内で :first-of-type ルールを使用する方法は?
Partialsを使用して Emotion でいくつかの CSS を複製しようとしていますが:first-of-type
、partial
. これを達成する方法はありますか?
CSS の開始:
このルールを Emotion に移植する最善の試み:
PS: partial
s は Emotion のドキュメントでは言及されていないようですが、サポートされており、動作します。:first-of-type
パーシャル内でルールを再作成する方法について特に疑問に思っています。