Blazorous Versions Save

Maintainable CSS with Blazor

v0.1.0

6 years ago

Breaking changes:

  • Removed OpenSelector and CloseSelector and replaced them with AddSelector
  • Css.CreateNew() now returns ICss

v0.0.7

6 years ago

AddFontFace has been added.

v0.0.6

6 years ago
  • Style Attributes
  • Keyframe Animations

v0.0.4

6 years ago

New features:

  • AddClass - Allows adding a class to the component. Makes working with existing css easier.
  • debug mode

Also, new sections have been added to the documentation that show how to get the most out of Blazorous

v0.0.3

6 years ago

Dynamic rules are here!

v0.0.2

6 years ago

Add C# Syntax

v0.0.1

6 years ago

Initial release.

  • Blazorous Component
  • Exported Css function