This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*, ::before, ::after { | |
--tw-border-opacity: 1; | |
border-color: rgb(229 231 235 / var(--tw-border-opacity)); | |
--tw-ring-offset-shadow: 0 0 #0000; | |
--tw-ring-shadow: 0 0 #0000; | |
--tw-shadow: 0 0 #0000; | |
--tw-shadow-colored: 0 0 #0000 | |
} | |
.tw-grid { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class HidePropertiesIfChildren : INotificationHandler<SendingContentNotification> | |
{ | |
private readonly IServiceProvider _container; | |
public HidePropertiesIfChildren(IServiceProvider container) | |
{ | |
_container = container; | |
} | |
public void Handle(SendingContentNotification notification) |