tareqimbasher / NetPad

A cross-platform C# editor and playground.
MIT License
1.09k stars 56 forks source link

CSS applies class not style #212

Closed brendon-agileBridge closed 3 weeks ago

brendon-agileBridge commented 4 weeks ago

"test".Dump(css: "color:pink")

adds color:pink as a class instead of as a style attribute

tareqimbasher commented 3 weeks ago

That is correct. You can then define that class and the styling behind it in Settings > Style

tareqimbasher commented 3 weeks ago

Closing. This is expected behavior.