blob: e3e8903d4be940ecfa827358c319d40ba74dfb64 [file] [log] [blame] [edit]
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "config.h"
#include "core/css/CSSUnsetValue.h"
#include "wtf/text/WTFString.h"
namespace blink {
String CSSUnsetValue::customCSSText() const
{
return "unset";
}
} // namespace blink