Skip to content

denali-design/denali-themes

Repository files navigation

Denali Themes

Contains custom themes created by contributors and the Denali Team.


Add your theme

Add a custom Denali theme and have it showcased on our website. All themes must be fully customized to be accepted.

If you want to read a step by step guide on how to create a theme using Denali be sure to read our Theming Guide.

Install Prerequisites

  1. Nodejs
  2. NPM
  3. Sass

Create your theme

  1. Navigate to the themes folder

  2. Duplicate the _THEME-TEMPLATE folder and rename it to your theme name.

  3. Rename the THEME.scss file in the css folder.

  4. Install Node Modules.

npm install
  1. Compile the SCSS using the command below.

Be sure to update the path to the SCSS and CSS.

sass --watch --no-source-map PATH-TO-THEME-FILE/THEME.scss:PATH-TO-OUTPUT-FILE/THEME.css
  1. In the index.html file update the link your compiled css file.

  2. If you changed the name of your body class in the Sass mixin, make sure to update that as well.


Contributing

See the Contributing guide for details.


License

This project is licensed under the MIT License.

About

Themes created using Denali CSS by contributors

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published