Hello @Drack
I think you must use a cache on your css with htaccess, look the htaccess
ExpiresByType text/css "access plus 1 week"
FilterProvider COMPRESS DEFLATE "%{Content_Type} = 'text/css'"
If you have this, you must delete your browser cache and comment this line.
For development, it's better to not use these elements.