Merge pull request #18515 from mattwire/membershipbaodeprecated
[civicrm-core.git] / ext / greenwich / composer.compile.json
1 {
2 "compile": [
3 {
4 "title": "Greenwich CSS (<comment>dist/bootstrap3.css</comment>)",
5 "php-method": "\\Civi\\Compile\\Scss::build",
6 "watch-files": ["scss"],
7 "scss-files": {"scss/main.scss": "dist/bootstrap3.css"},
8 "scss-includes": ["scss", "extern/bootstrap3/assets/stylesheets"]
9 }
10 ]
11 }