-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make corrections in some readme documents
- Loading branch information
Showing
3 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# /source/windows-styling/ | ||
# /source/styling/ | ||
|
||
This folder contains all the styling that is going to be applied in every window on top of the default theme. | ||
|
||
The entry point for the SCSS compiler is `index.scss`, the other .scss files are style sheets that apply styling in specific sections of the windows. | ||
The entry point for the SCSS compiler is `main.scss`, the other .scss files are style sheets that apply styling in specific sections of the windows. | ||
|
||
The build script will compile `index.scss` and all its imported dependencies to a file named `styling.css` and insert it into the .xpi file. | ||
The build script will compile `main.scss` and all its imported dependencies to a file named `styling.css` and insert it into the .xpi file. |