@hashcore_llc/elemint-themes
v1.0.13
Published
**HashCore Themes** is a shared SCSS style library used across multiple projects within the HashCore ecosystem.
Readme
@hashcore_llc/elemint-themes
HashCore Themes is a shared SCSS style library used across multiple projects within the HashCore ecosystem.
It provides a unified design language through reusable variables, mixins, utility classes, and base components. This ensures consistency and simplifies styling in all frontend applications.
Table of Contents
Installation
Install the package via NPM or Yarn:
npm install @hashcore_llc/elemint-themesUsage
In your main entrypoint before import CSS styles:
import "@hashcore_llc/elemint-themes/main.scss";Project Structure
_darkDark theme customization config for Element Plus_lightLight theme customization config for Element Plus_themeGlobal CSS variable overrides and custom styles for Element Plus components_transitionTransition variablesmain.scssEntry point that bundles all style files
License
This project is licensed under the MIT License - see the LICENSE file for details.
