1.0.0 • Published 11 months ago
byuh-theme v1.0.0
BYUH Theme
This repository contains the BYUH Theme for web development projects.
Installation
To install the theme, use the following command:
npm install byuh-themeUsage
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.
1.0.0
11 months ago