File tree 3 files changed +31
-0
lines changed
symfonycasts/sass-bundle/0.4
3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ body {
2
+ background-color : skyblue ;
3
+ }
Original file line number Diff line number Diff line change
1
+ symfonycasts_sass :
2
+ root_sass :
3
+ - ' assets/styles/app.scss'
Original file line number Diff line number Diff line change
1
+ {
2
+ "bundles" : {
3
+ "SymfonyCasts\\ SassBundle\\ SymfonycastsSassBundle" : [" all" ]
4
+ },
5
+ "copy-from-recipe" : {
6
+ "config/" : " %CONFIG_DIR%/" ,
7
+ "assets/" : " assets/"
8
+ },
9
+ "aliases" : [" symfonycasts_sass" ],
10
+ "gitignore" : [
11
+ " /%PUBLIC_DIR%/assets/"
12
+ ],
13
+ "add-lines" : [
14
+ {
15
+ "file" : " config/packages/asset_mapper.yaml" ,
16
+ "content" : " \n excluded_patterns:\n - '*/assets/styles/_*.scss'\n - '*/assets/styles/**/_*.scss'" ,
17
+ "position" : " bottom" ,
18
+ "requires" : " symfony/asset-mapper" ,
19
+ "warn_if_missing" : true
20
+ }
21
+ ],
22
+ "conflict" : {
23
+ "symfony/asset-mapper" : " <6.3"
24
+ }
25
+ }
You can’t perform that action at this time.
0 commit comments