Skip to content

Commit 856bf65

Browse files
committed
Update comment to the “compileCSSForDev” task
1 parent 6a77775 commit 856bf65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ gulp.task(`compressHTML`, function () {
9797
* This task looks for a single Sass file, compiles the CSS from it, and writes the
9898
* resulting CSS file to the temporary folder temp/styles. The file will be
9999
* formatted with 2-space indentations. Any floating-point calculations will be
100-
* carried out 10 places, and browser-specific prefixes will be added to support 2
100+
* carried out 10 places and browser-specific prefixes will be added to support 2
101101
* browser versions behind all current browsers’ versions.
102102
*/
103103
gulp.task(`compileCSSForDev`, function () {

0 commit comments

Comments
 (0)