1 2 3 4 5 6@use "../global-styles/variables.module.scss"; @use "../global-styles/fonts.scss"; .Account{ margin-bottom: variables.$spacing*4; }
1 2 3 4 5 6
@use "../global-styles/variables.module.scss"; @use "../global-styles/fonts.scss"; .Account{ margin-bottom: variables.$spacing*4; }