
Security News
ECMAScript 2025 Finalized with Iterator Helpers, Set Methods, RegExp.escape, and More
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
@microsoft/gulp-core-build-sass
Advanced tools
`gulp-core-build-sass` is a `gulp-core-build` subtask which processes sass and scss files using SASS, runs them through postcss, and produces commonjs/amd modules which are injected using the `@microsoft/load-themed-styles` package.
gulp-core-build-sass
is a gulp-core-build
subtask which processes sass and scss files using SASS, runs them through postcss, and produces commonjs/amd modules which are injected using the @microsoft/load-themed-styles
package.
This task invokes gulp-sass
to compile source SASS files into a CommonJS module which uses load-themed-styles
to load styles onto the page. If the libAmdFolder
is specified globally, this task will also output an AMD module. Various templates may be specified.
An optional parameter for text to include in the generated typescript file.
Default: '/* tslint:disable */'
An optional parameter for text to include at the end of the generated typescript file.
Default: '/* tslint:enable */'
An array of glob patterns for locating SASS files.
Default: ['src/**/*.scss']
If this option is specified, ALL files will be treated as module.sass
or module.scss
and will
automatically generate a corresponding TypeScript file. All classes will be
appended with a hash to help ensure uniqueness on a page. This file can be
imported directly, and will contain an object describing the mangled class names.
Default: false
If this is false, then we do not create .css
files in the lib
directory.
Default: false
If files are matched by sassMatch which do not end in .module.sass
or .module.scss
, log a warning.
Default: false
MIT
FAQs
`gulp-core-build-sass` is a `gulp-core-build` subtask which processes sass and scss files using SASS, runs them through postcss, and produces commonjs/amd modules which are injected using the `@microsoft/load-themed-styles` package.
The npm package @microsoft/gulp-core-build-sass receives a total of 10,905 weekly downloads. As such, @microsoft/gulp-core-build-sass popularity was classified as popular.
We found that @microsoft/gulp-core-build-sass demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.
Research
North Korean threat actors linked to the Contagious Interview campaign return with 35 new malicious npm packages using a stealthy multi-stage malware loader.