Skip to content

Commit

Permalink
Update drupal.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shadcn committed Jan 31, 2017
1 parent 43c6123 commit 45fa28f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/drupal.md
Expand Up @@ -173,6 +173,16 @@ See examples that you can copy and paste:
* settings.local.php: https://gist.github.com/arshad/ce321088195b0834dfbd1dc92e585d99
* local.services.yml: https://gist.github.com/arshad/f36883a614bb849984ce7b0046f7c677

## Custom Kit

Radix has support for custom kits. A custom kit has the default Radix themes files with customizations added.

To create a custom kit, there are a few conventions to follow:

1. Your kit must be prefixed with `radix-kit-`. Example `radix-kit-awesome`.
2. The `.info.yml`, `.theme`, `.libraries`, `.breakpoints.yml`, `style.css` and `script.js` must have the same name as the kit. Example: `awesome.info.yml`, `awesome.theme`, `awesome.libraries`, `awesome.breakpoints.yml`, `awesome.style.css` and `awesome.script.js`.

See the default kit as an example: https://github.com/radixtheme/radix/tree/8.x-3.x/kits/default

# Support

Expand Down

0 comments on commit 45fa28f

Please sign in to comment.