X7ROOT File Manager
Current Path:
/home/katmhsmi/public_html/wp-content/themes/twentynineteen
home
/
katmhsmi
/
public_html
/
wp-content
/
themes
/
twentynineteen
/
π
..
π
404.php
(846 B)
π
archive.php
(1.21 KB)
π
classes
π
comments.php
(3.98 KB)
π
contributing.txt
(1.2 KB)
π
fonts
π
footer.php
(1.58 KB)
π
functions.php
(11.48 KB)
π
header.php
(1.9 KB)
π
image.php
(2.92 KB)
π
images
π
inc
π
index.php
(1.04 KB)
π
js
π
package-lock.json
(255.98 KB)
π
package.json
(1.58 KB)
π
page.php
(766 B)
π
postcss.config.js
(255 B)
π
print.css
(4.05 KB)
π
print.scss
(3.36 KB)
π
readme.txt
(5.32 KB)
π
sass
π
screenshot.png
(171.15 KB)
π
search.php
(1.33 KB)
π
single.php
(1.81 KB)
π
style-editor-customizer.css
(159 B)
π
style-editor-customizer.scss
(158 B)
π
style-editor.css
(80.52 KB)
π
style-editor.scss
(19.59 KB)
π
style-rtl.css
(222.61 KB)
π
style.css
(222.8 KB)
π
style.css.map
(15.35 KB)
π
style.scss
(3.18 KB)
π
template-parts
Editing: contributing.txt
=== Contributing to Twenty Nineteen === = Compiling SCSS = Twenty Nineteen relies on Sass, which allows us to more easily share code between multiple stylesheets (style.css, style-editor.css, etc.). To compile Sass files (.scss), use the built-in npm build tool. The build tool will make sure that your compiled CSS code stays in sync and has the correct formatting. Installation instructions 1. Using a command line interface, go to the βtwentynineteenβ directory `cd /my-computer/local-wordpress-install/src/wp-content/themes/twentynineteen`. 2. Type `npm install` into the command line, and press the [return] key, to install all Node.js dependencies. 3. The dependencies may take a few minutes to download but once it completes, youβre done. Usage instructions 1. After making a change to a .scss file, run `npm run build` from within the theme directory to build the CSS files with your new changes. You may need to run the build command twice to update style-rtl.css (because the RTL process might update from style.css before that is updated from Sass file changes). 2. You can also βwatchβ the theme directory for Sass changes and rebuild the CSS anytime a change occurs by running: `npm run watch`.
Upload File
Create Folder