Feature detection utilities for styled-components
Boolean value indicating if the version of styled-components installed supports ref
property.
import isRefSupported from "@plumbblake/styled-components-feature-detection/ref"
Boolean value indicating if the version of styled-components installed supports createGlobalStyle
.
import isCreateGlobalStyleSupported from "@plumbblake/styled-components-feature-detection/createGlobalStyle"
See contributing.md