1.0.0 • Published 11 months ago

byuh-theme v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
11 months ago

BYUH Theme

This repository contains the BYUH Theme for web development projects.

Installation

To install the theme, use the following command:

npm install byuh-theme

Usage

To use the theme in your project, import it in your CSS or JavaScript file:

CSS

@import 'byuh-theme/dist/theme.css';

JavaScript

import 'byuh-theme/dist/theme.css';

Customization

You can customize the theme by overriding the default CSS variables. Here is an example:

:root {
    --primary-color: #123456;
    --secondary-color: #654321;
}

Contributing

We welcome contributions! Please read our contributing guidelines before submitting a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.