1use super::props::*; 2use crate::attributes::*; 3 4impl Class for MarkdownProps { 5 fn base(&self) -> &'static str { 6 "prose dark:prose-invert max-w-none" 7 } 8}