summaryrefslogtreecommitdiff
path: root/libs/litehtml/src/css_borders.cpp
blob: 478e9df5bf0d99a07c49e8313b6b5ada400b1cea (plain)
1
2
3
4
5
6
7
#include "html.h"
#include "borders.h"

litehtml::string litehtml::css_border::to_string() const
{
    return width.to_string() + "/" + index_value(style, border_style_strings) + "/" + color.to_string();
}