Add if/then support?
Open
question
- Dominant language
- C#
- Stars
- 193
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
Hey, your tools is quickly becoming my good friend and love it. I came across a scenario you may consider adding? Can we get the ability to use if/then statements
`
.nav-item:hover {
@if (IsGradiant)
{
background: linear-gradient(to bottom, @props.HoverStyle.Color2 0%, @props.HoverStyle.Color1 100%);
}
else
{
background-color: @props.HoverStyle.Color1;
}
}
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.