styless
styless copied to clipboard
If conditions do not work with strings
The following gives a compilation error
const Column = styled.div`
width: 25px;
height: 47px;
margin-left: -1px;
z-index: if(@type = "filtered", 1);
`;