Skip to content

Commit

Permalink
Update 3 files
Browse files Browse the repository at this point in the history
  • Loading branch information
selfishprimate committed Mar 28, 2023
1 parent d4520e0 commit bde2ded
Show file tree
Hide file tree
Showing 3 changed files with 12,336 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,12 @@
"main": "src/index.js",
"dependencies": {
"gerillass": "1.3.1",
"node-sass": "8.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-scripts": "4.0.0",
"sass": "1.57.1"
"sass": "1.57.1",
"sass-loader": "^12.6.0",
"style-loader": "^3.3.1"
},
"devDependencies": {
"@babel/runtime": "7.13.8",
Expand All @@ -31,4 +32,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
2 changes: 1 addition & 1 deletion src/style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "gerillass/scss/gerillass";
@import "gerillass";

h1 {
@include text-gradient(right, orange red purple blue green);
Expand Down
Loading

0 comments on commit bde2ded

Please sign in to comment.