Skip to content

Commit e1dfbcb

Browse files
committed
Fix css template format
1 parent 2751926 commit e1dfbcb

10 files changed

Lines changed: 10 additions & 10 deletions

Gruntfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = (grunt) ->
1313
for file in files
1414
body = ThemeUtils.compileTheme fs.readFileSync(file).toString()
1515

16-
body = "// This is a compiled file, you should be editing the file in templates/\n" + body
16+
body = "/* This is a compiled file, you should be editing the file in the templates directory */\n" + body
1717

1818
name = Path.basename file
1919
name = name.replace '.tmpl', ''

themes/pace-theme-barber-shop.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This is a compiled file, you should be editing the file in templates/
1+
/* This is a compiled file, you should be editing the file in the templates directory */
22
.pace {
33
-webkit-pointer-events: none;
44
pointer-events: none;

themes/pace-theme-big-counter.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This is a compiled file, you should be editing the file in templates/
1+
/* This is a compiled file, you should be editing the file in the templates directory */
22
.pace {
33
-webkit-pointer-events: none;
44
pointer-events: none;

themes/pace-theme-bounce.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This is a compiled file, you should be editing the file in templates/
1+
/* This is a compiled file, you should be editing the file in the templates directory */
22
.pace {
33
width: 140px;
44
height: 300px;

themes/pace-theme-corner-indicator.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This is a compiled file, you should be editing the file in templates/
1+
/* This is a compiled file, you should be editing the file in the templates directory */
22
.pace {
33
-webkit-pointer-events: none;
44
pointer-events: none;

themes/pace-theme-fill-left.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This is a compiled file, you should be editing the file in templates/
1+
/* This is a compiled file, you should be editing the file in the templates directory */
22
.pace {
33
-webkit-pointer-events: none;
44
pointer-events: none;

themes/pace-theme-flash.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This is a compiled file, you should be editing the file in templates/
1+
/* This is a compiled file, you should be editing the file in the templates directory */
22
.pace {
33
-webkit-pointer-events: none;
44
pointer-events: none;

themes/pace-theme-flat-top.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This is a compiled file, you should be editing the file in templates/
1+
/* This is a compiled file, you should be editing the file in the templates directory */
22
.pace {
33
-webkit-pointer-events: none;
44
pointer-events: none;

themes/pace-theme-mac-osx.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This is a compiled file, you should be editing the file in templates/
1+
/* This is a compiled file, you should be editing the file in the templates directory */
22
.pace {
33
-webkit-pointer-events: none;
44
pointer-events: none;

themes/pace-theme-minimal.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This is a compiled file, you should be editing the file in templates/
1+
/* This is a compiled file, you should be editing the file in the templates directory */
22
.pace .pace-progress {
33
background: #29d;
44
position: fixed;

0 commit comments

Comments
 (0)