Changed from astro to pure solidjs
This commit is contained in:
parent
3203e91c5a
commit
e85dc60101
76 changed files with 2281 additions and 3843 deletions
16
src/pages/MainPage/Main.sass
Normal file
16
src/pages/MainPage/Main.sass
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
@use '/src/styles/variables.sass' as vars
|
||||
@use 'sass:color'
|
||||
|
||||
.padding
|
||||
margin: 11rem
|
||||
border: 1px solid red
|
||||
|
||||
h1
|
||||
font-size: 3.25rem
|
||||
color: vars.$textColor
|
||||
|
||||
.div
|
||||
width: 8rem
|
||||
|
||||
.name
|
||||
font-size: 1.25rem
|
||||
Loading…
Add table
Add a link
Reference in a new issue