Skip to content

Commit

Permalink
feat: scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunny-117 committed May 7, 2024
1 parent d3abf02 commit 0319695
Show file tree
Hide file tree
Showing 16 changed files with 3,201 additions and 1 deletion.
17 changes: 17 additions & 0 deletions code/sass-demo/dist/index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
.container {
background-color: #4caf50;
padding: 20px;
}
.container .title {
font-size: 24px;
color: white;
}
.container div {
width: 500px;
height: 500px;
}

div.test {
width: 200px;
height: 200px;
}
Loading

0 comments on commit 0319695

Please sign in to comment.