Skip to content

Commit

Permalink
chore: remove redundant docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrshat committed Dec 11, 2024
1 parent aa801d4 commit 18542d3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/core/css_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -452,20 +452,6 @@ impl<'a> CSSGenerator<'a> {
Ok(None)
}

/// Handles specific grimoire functions in the target string.
///
/// # Arguments
///
/// * `target` - A reference to the target string.
/// * `captures` - A vector of regex captures from the target string.
/// * `property` - A reference to the CSS property string.
/// * `css_class_name` - A reference to the CSS class name string.
///
/// # Returns
///
/// * `Ok(Some((String, String)))` containing the base and media query CSS strings if functions are handled.
/// * `Ok(None)` if no functions are found.
/// * `Err(GrimoireCSSError)` if there is an error during function handling.
/// Handles specific grimoire functions in the target string.
///
/// # Arguments
Expand Down

0 comments on commit 18542d3

Please sign in to comment.