//! CSS embeding library. //! //! The purpose of this library is to add support of embeded //! styles to wasm frameworks and other rust driven web apps. //! //! Can output css files, or elements in inline `\n{}", css.scope_style(), html); /// assert_eq!(html, "\n\ ///
Hello
"); /// ``` pub use rcss_macro::css; /// Common types that used in defining scopes for css. mod types; pub use types::*; /// Traits that are used to define chain of css scopes. pub mod extend; #[doc(hidden)] pub mod reexport { pub use const_format; }