Skip to content

Commit d1286f9

Browse files
committed
chore: add the notice correct way
1 parent 30b41a8 commit d1286f9

6 files changed

Lines changed: 26 additions & 2 deletions

File tree

src/wp-content/themes/twentytwentyone/assets/css/ie.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
1919
Twenty Twenty-One is distributed under the terms of the GNU GPL.
2020
*/
2121

22+
/*
23+
* 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.
25+
* After making changes to SCSS files, run `npm run build` in the theme directory to compile
26+
* SCSS to CSS and regenerate the minified version.
27+
*/
28+
2229
/**
2330
* SETTINGS
2431
* File-header..........The file header for the themes style.css file.

src/wp-content/themes/twentytwentyone/assets/css/ie.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo,
1616
Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
1717
Twenty Twenty-One is distributed under the terms of the GNU GPL.
1818
*/
19+
20+
/*
21+
* 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.
23+
* After making changes to SCSS files, run `npm run build` in the theme directory to compile
24+
* SCSS to CSS and regenerate the minified version.
25+
*/

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
1919
Twenty Twenty-One is distributed under the terms of the GNU GPL.
2020
*/
2121

22+
/*
23+
* 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.
25+
* After making changes to SCSS files, run `npm run build` in the theme directory to compile
26+
* SCSS to CSS and regenerate the minified version.
27+
*/
28+
2229
/**
2330
* SETTINGS
2431
* File-header..........The file header for the themes style.css file.

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)