-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: enhance brand and config folders
- Loading branch information
Showing
8 changed files
with
53 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Client Branded Stylesheets | ||
|
||
> [!NOTE] | ||
> This directory is meant to store all client-branded stylesheets and assets. | ||
> This includes all `CSS`, `SCSS`, `LESS`, `SASS`, and other stylesheets that are used to style client projects. | ||
> These styles are typically not provided and instead must be inferred from the client's brand guidelines, website, or other assets. | ||
## Contents | ||
|
||
- [css](css/): A directory containing all client-branded `CSS` stylesheets. These styles may be compiled from | ||
`SCSS`, `LESS`, `SASS`, or other preprocessor languages. | ||
|
||
- [scss](scss/): A directory containing all client-branded `SCSS` stylesheets. Typically, `SCSS` is used as the primary | ||
preprocessor language for stylesheets. |
Empty file.
Empty file.
Empty file.
Empty file.
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
* | ||
!.gitignore | ||
|
||
!*.md | ||
!*.encrypted.yml | ||
!*.example | ||
!*.template.yml | ||
|
||
.env | ||
config.yml | ||
credentials.json |
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
Empty file.