We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SassOptions
Our SassOptions type is a bit loose, and doesn't take into account the nuances of async, vs sync, and file, and/or, string compilation types.
These are now defined for the sass package (and are included in it's distribution (since version 1.45 (see commit log link below)):
sass
Use the appropriate type for SassOptions type (LegacyOptions<'async'> type) in defined typescript types.
LegacyOptions<'async'>
The text was updated successfully, but these errors were encountered:
issue-#119 - Updated 'SassOptions' type to use the 'sass' package's one.
5d5bcf8
issue-#119 - Updated package version.
ca4e47b
Merge pull request #120 from elycruz/dev
b7ff343
elycruz
Successfully merging a pull request may close this issue.
Our
SassOptions
type is a bit loose, and doesn't take into account the nuances of async, vs sync, and file, and/or, string compilation types.These are now defined for the
sass
package (and are included in it's distribution (since version 1.45 (see commit log link below)):Acceptance Criteria
Use the appropriate type for
SassOptions
type (LegacyOptions<'async'>
type) in defined typescript types.The text was updated successfully, but these errors were encountered: