We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48008d0 commit 5065c28Copy full SHA for 5065c28
assets/src/css/admin.css renamed to assets/src/css/admin.scss
@@ -1,5 +1,5 @@
1
.jj4t3-url-p {
2
- color: #E53531 !important;
+ color: #e53531 !important;
3
}
4
5
.jj4t3-fixed-height {
webpack.config.js
@@ -28,7 +28,7 @@ const sharedConfig = {
28
29
const scssConfig = _.assign( _.cloneDeep( sharedConfig ), {
30
entry: {
31
- 'admin': './assets/src/css/admin.css'
+ 'admin': './assets/src/css/admin.scss'
32
},
33
34
output: {
0 commit comments