chanan / chanan/BlazorStyled

Add if/then support?

Open
#87 3 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.