BlazorComponentUtilities
BlazorComponentUtilities copied to clipboard
Make StyleBuilder.AddRaw public
Hello, CssBuilder has the public method AddValue that simply appends the string to the buffer without any modification. StyleBuilder has a similar method AddRaw but it's private. It would be helpful to be able to call this method.