Skip to content

Commit 1f381d8

Browse files
committed
chore: remove min.css for tt1 and update header note.
1 parent efc129c commit 1f381d8

5 files changed

Lines changed: 4 additions & 6 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ wp-tests-config.php
9292
/src/wp-content/themes/twentytwentyfive/node_modules
9393

9494
# Minified files in bundled themes
95+
/src/wp-content/themes/twentytwentyone/*.min.css
9596
/src/wp-content/themes/twentytwentytwo/*.min.css
9697
/src/wp-content/themes/twentytwentyfive/*.min.css
9798

src/wp-content/themes/twentytwentyone/assets/sass/01-settings/file-header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
1919

2020
/*
2121
* IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
22-
* in most instances, the `style.min.css` file will be served. This theme uses SCSS for styles.
22+
* in production, when `SCRIPT_DEBUG` is not enabled, the minified .css file will be served. This theme uses SCSS for styles.
2323
* After making changes to SCSS files, run `npm run build` in the theme directory to compile
2424
* SCSS to CSS and regenerate the minified version.
2525
*/

src/wp-content/themes/twentytwentyone/style-rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
2121

2222
/*
2323
* IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
24-
* in most instances, the `style.min.css` file will be served. This theme uses SCSS for styles.
24+
* in production, when `SCRIPT_DEBUG` is not enabled, the minified .css file will be served. This theme uses SCSS for styles.
2525
* After making changes to SCSS files, run `npm run build` in the theme directory to compile
2626
* SCSS to CSS and regenerate the minified version.
2727
*/

src/wp-content/themes/twentytwentyone/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Twenty Twenty-One is distributed under the terms of the GNU GPL.
2121

2222
/*
2323
* IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
24-
* in most instances, the `style.min.css` file will be served. This theme uses SCSS for styles.
24+
* in production, when `SCRIPT_DEBUG` is not enabled, the minified .css file will be served. This theme uses SCSS for styles.
2525
* After making changes to SCSS files, run `npm run build` in the theme directory to compile
2626
* SCSS to CSS and regenerate the minified version.
2727
*/

src/wp-content/themes/twentytwentyone/style.min.css

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)