Minor Changes
-
#827
9cfb9a1
Thanks @mattcompiles! - Add automatic debug IDsAutomatic debug IDs allow your styles and other identifiers (e.g. CSS Vars, keyframes, etc) to have names that more closely reflect your source code when in development. This makes it easier to understand how the CSS output links to your source code.
// styles.css.ts // redBox ~= 'styles_redBox_asdfgj' const redBox = style({ background: 'red', });