aqandrew/aqandrew.com

refactor CSS to use cascade layers

Opened this issue · 1 comments

Adam Argyle stated in a video that cascade layers are a helpful CSS feature for declaring the order in which styles will be overwritten.

These sequential imports can then be condensed into a single line of CSS:

import '../assets/css/variables.css';
import '../assets/css/global.css';
import '../assets/css/utils.css';