## API Report File for "@microsoft/gulp-core-build-sass"

> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).

```ts

import * as autoprefixer from 'autoprefixer';
import * as CleanCss from 'clean-css';
import * as Gulp from 'gulp';
import { GulpTask } from '@microsoft/gulp-core-build';
import { JsonObject } from '@rushstack/node-core-library';

// Warning: (ae-forgotten-export) The symbol "SassTask" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
const sass: SassTask;

export default sass;

export { sass }


// (No @packageDocumentation comment for this package)

```
