css-mixin

    1熱度

    1回答

    我有一個動態的Polymer 2.0應用程序,但它似乎不適用於@apply。 我有CSS變量,混入: <custom-style> <style> html { --content-background-colour: #fff; --content-foreground-colour: var(--paper-grey-700);