style: apply prettier formatting
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
/* src/styles.scss */
|
||||
@use './styles/theme';
|
||||
@use './styles/patterns';
|
||||
@use "./styles/theme";
|
||||
@use "./styles/patterns";
|
||||
|
||||
/* Reset / Base */
|
||||
*, *::before, *::after {
|
||||
*,
|
||||
*::before,
|
||||
*::after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
@@ -16,7 +18,12 @@ body {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
margin: 0;
|
||||
font-weight: 600;
|
||||
line-height: 1.2;
|
||||
@@ -44,6 +51,12 @@ a {
|
||||
padding: 0 var(--space-4);
|
||||
}
|
||||
|
||||
.text-center { text-align: center; }
|
||||
.mb-4 { margin-bottom: var(--space-4); }
|
||||
.mt-4 { margin-top: var(--space-4); }
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
.mb-4 {
|
||||
margin-bottom: var(--space-4);
|
||||
}
|
||||
.mt-4 {
|
||||
margin-top: var(--space-4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user