sotirr
Results
2
comments of
sotirr
Both using fold: ```rust fn count_iterator(map: &HashMap, value: Progress) -> usize { // map is a hashmap with String keys and Progress values. // map = { "variables1": Complete, "from_str":...
@ascott18 It's work but it's breaks the next settings: ``` css: { preprocessorOptions: { sass: { additionalData: [ '@import "./src/styles/variables.sass"', '', ].join('\n'), } } }, ```