srctree

Robin Linden parent d5d2a546 e24a548d
style: Remove outdated already-resolved todo

inlinesplit
style/styled_node.cpp added: 1, removed: 2, total 0
@@ -246,7 +246,6 @@ std::string_view StyledNode::get_raw_property(css::PropertyId property) const {
return get_raw_property(css::PropertyId::Color);
}
 
// TODO(robinlinden): Fallback values.
// If this is a var() we can easily expand here, do so.
if (it->second.starts_with("var(") && (it->second.find(')') != std::string::npos)) {
auto value = std::string_view{it->second};