rmargin.js 65 Bytes
define( function() {
	"use strict";

	return ( /^margin/ );
} );