Skip to content

feat(config): add failOnError property to sass configuration#143

Open
Hugoer wants to merge 1 commit intoNetcentric:mainfrom
Hugoer:Add-failOnError-property-to-sass-config
Open

feat(config): add failOnError property to sass configuration#143
Hugoer wants to merge 1 commit intoNetcentric:mainfrom
Hugoer:Add-failOnError-property-to-sass-config

Conversation

@Hugoer
Copy link
Member

@Hugoer Hugoer commented Mar 18, 2026

Description

This PR adds the missing failOnError property to sass.config.js.
Tasks and utils expect this property to exist in config.sass, but it was previously undefined.
Adding failOnError ensures consistency across configuration files and prevents potential errors or unexpected behavior during Sass-related builds.

Related Issue

Fixes #142

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • I have read the CONTRIBUTING document.
  • All new and existing tests passed.

@Hugoer Hugoer requested a review from easingthemes March 18, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add failOnError property to sass.config.js for task consistency

1 participant