styless icon indicating copy to clipboard operation
styless copied to clipboard

If conditions do not work with strings

Open jean343 opened this issue 5 years ago • 0 comments

The following gives a compilation error

const Column = styled.div`
	width: 25px;
	height: 47px;
	margin-left: -1px;
	z-index: if(@type = "filtered", 1);
`;

jean343 avatar Mar 04 '20 03:03 jean343