/* 
	The "root" file that will be included in the dev and public files. 
	Anything in here will be a 1-1 copy.

	You do not need to @import 'main.css'; as the compiler will do that for you.
*/

:root {
	--theme-variable: red;
}
