File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ gulp.task(`compileCSSForDev`, function () {
119119 * resulting single CSS file to the production folder. Any floating-point
120120 * calculations will be carried out 10 places, and browser-specific prefixes will be
121121 * added to support 2 browser versions behind all current browsers’ versions.
122- * Lastly, the final CSS file is passed through two levels of compression:
123- * “outputStyle” from Sass and compressCSS() .
122+ * Lastly, the final CSS file is passed through two levels of compression: One via
123+ * Sass as an option ( “outputStyle”) and the other from the cssCompressor() module .
124124 */
125125gulp . task ( `compileCSSForProd` , function ( ) {
126126 return gulp . src ( `dev/styles/main.scss` )
You can’t perform that action at this time.
0 commit comments