pub const IMPORT_QUERY: &str = r" (import_statement (string_value) @import_path) ";
Tree-sitter query for extracting CSS @import statements.
@import
Captures the string value (URL) inside each import_statement.
import_statement