//! # Convert from SCSS AST to CSS use crate::{RuleSet, Selector, Stmt, Style, StyleSheet}; use std::io; #[derive(Debug, Clone)] pub struct Block { selector: Selector, styles: Vec