Uncompressed filesize

stylesheets.size.uncompressed.totalBytes

The total number of characters in the CSS, without any form of compression.

/*
	This has 6 characters:
	- 3 for the selector
	- 1 whitespace
	- 2 brackets
*/
abc {
}