module.exports = function (context) {
    function hasConditionAttr(decl) {
        return utils.isAttr(decl, "condition");
    }