-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: more twig template suggestions for views, users, forms, and fields
- Loading branch information
Callin Mullaney
committed
Dec 13, 2024
1 parent
7b6cf46
commit 4cf3e49
Showing
4 changed files
with
6 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +0,0 @@ | ||
base: | ||
version: VERSION | ||
css: | ||
theme: | ||
dist/css/style.css: {} | ||
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,5 +1,7 @@ | ||
base: | ||
global: | ||
version: VERSION | ||
css: | ||
theme: | ||
dist/css/style.css: { minified: true } | ||
dist/global/foundation.css: { minified: true } | ||
dist/global/layout.css: { minified: true } | ||
dist/global/tokens.css: { minified: true } |