mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 06:14:23 +00:00
add webpack config + correct sass file
This commit is contained in:
parent
75b4ef5a7d
commit
b27762ea0b
@ -1,5 +1,5 @@
|
||||
|
||||
@import '../../../../main/Resources/public/sass/config/colors';
|
||||
@import '../../../../main/Resources/public/sass/custom/config/colors';
|
||||
|
||||
div#header-person-name {
|
||||
background: none repeat scroll 0 0 $chill-green-dark;
|
||||
|
4
chill.webpack.config.js
Normal file
4
chill.webpack.config.js
Normal file
@ -0,0 +1,4 @@
|
||||
// this file loads all assets from the Chill person bundle
|
||||
|
||||
require('./Resources/public/css/person.css');
|
||||
//require('./Resources/public/sass/person.scss');
|
Loading…
x
Reference in New Issue
Block a user