File tree Expand file tree Collapse file tree
installer/tests/Fixtures/install
_baseline/web/themes/custom/star_wars
hosting_acquia/docroot/themes/custom/star_wars
names/web/themes/custom/lightsaber
theme_custom/web/themes/custom/light_saber
web/themes/custom/your_site_theme Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ module.exports = function (grunt) {
8484 options : {
8585 implementation : require ( 'sass' ) ,
8686 sourceMap : true ,
87- outputStyle : 'expanded'
87+ style : 'expanded'
8888 }
8989 } ,
9090 prod : {
@@ -94,7 +94,7 @@ module.exports = function (grunt) {
9494 options : {
9595 implementation : require ( 'sass' ) ,
9696 sourceMap : false ,
97- outputStyle : 'compressed'
97+ style : 'compressed'
9898 }
9999 }
100100 } ,
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ module.exports = function (grunt) {
8484 options : {
8585 implementation : require ( 'sass' ) ,
8686 sourceMap : true ,
87- outputStyle : 'expanded'
87+ style : 'expanded'
8888 }
8989 } ,
9090 prod : {
@@ -94,7 +94,7 @@ module.exports = function (grunt) {
9494 options : {
9595 implementation : require ( 'sass' ) ,
9696 sourceMap : false ,
97- outputStyle : 'compressed'
97+ style : 'compressed'
9898 }
9999 }
100100 } ,
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ module.exports = function (grunt) {
8484 options : {
8585 implementation : require ( 'sass' ) ,
8686 sourceMap : true ,
87- outputStyle : 'expanded'
87+ style : 'expanded'
8888 }
8989 } ,
9090 prod : {
@@ -94,7 +94,7 @@ module.exports = function (grunt) {
9494 options : {
9595 implementation : require ( 'sass' ) ,
9696 sourceMap : false ,
97- outputStyle : 'compressed'
97+ style : 'compressed'
9898 }
9999 }
100100 } ,
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ module.exports = function (grunt) {
8484 options : {
8585 implementation : require ( 'sass' ) ,
8686 sourceMap : true ,
87- outputStyle : 'expanded'
87+ style : 'expanded'
8888 }
8989 } ,
9090 prod : {
@@ -94,7 +94,7 @@ module.exports = function (grunt) {
9494 options : {
9595 implementation : require ( 'sass' ) ,
9696 sourceMap : false ,
97- outputStyle : 'compressed'
97+ style : 'compressed'
9898 }
9999 }
100100 } ,
Original file line number Diff line number Diff line change @@ -770,7 +770,7 @@ assert_ahoy_fe() {
770770 sync_to_container
771771 ahoy fe
772772 sync_to_host
773- assert_file_contains " ${webroot} /themes/custom/star_wars/build/css/star_wars.min.css" " background: #7e57e2"
773+ assert_file_contains " ${webroot} /themes/custom/star_wars/build/css/star_wars.min.css" " background:#7e57e2"
774774
775775 substep " Build FE assets for development"
776776 assert_file_not_contains " ${webroot} /themes/custom/star_wars/build/css/star_wars.min.css" " #91ea5e"
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ module.exports = function (grunt) {
8484 options : {
8585 implementation : require ( 'sass' ) ,
8686 sourceMap : true ,
87- outputStyle : 'expanded'
87+ style : 'expanded'
8888 }
8989 } ,
9090 prod : {
@@ -94,7 +94,7 @@ module.exports = function (grunt) {
9494 options : {
9595 implementation : require ( 'sass' ) ,
9696 sourceMap : false ,
97- outputStyle : 'compressed'
97+ style : 'compressed'
9898 }
9999 }
100100 } ,
You can’t perform that action at this time.
0 commit comments