File tree Expand file tree Collapse file tree
src/wp-content/themes/twentytwentyone Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
Original file line number Diff line number Diff 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 */
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments