Skip to content

Commit 5065c28

Browse files
committed
📦 Added sass file
1 parent 48008d0 commit 5065c28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/src/css/admin.css renamed to assets/src/css/admin.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.jj4t3-url-p {
2-
color: #E53531 !important;
2+
color: #e53531 !important;
33
}
44

55
.jj4t3-fixed-height {

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const sharedConfig = {
2828

2929
const scssConfig = _.assign( _.cloneDeep( sharedConfig ), {
3030
entry: {
31-
'admin': './assets/src/css/admin.css'
31+
'admin': './assets/src/css/admin.scss'
3232
},
3333

3434
output: {

0 commit comments

Comments
 (0)