// All component CSS variables are defined in this file, which contains one mixin.
// The mixin can be empty, but not the file.
// CSS variables begin with `--components-componentName-`.

@mixin vars {
	--components-sample-property1: value;
	--components-sample-property2: value;
}
