Style-Forge / base

Provides foundational CSS variables and base styles, ensuring a consistent and customizable design system.

Home Page:https://style-forge.github.io/base/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Style-Forge.Base

npm license npm Codacy Badge build

Style-Forge.Base provides the foundational CSS variables and base styles for the Style Forge framework. It includes essential typography, color schemes, and utility classes, ensuring a consistent and customizable design system for your web projects.

Documentation

To check out docs, visit style-forge.github.io.

Support the project ⭐

If you feel awesome and want to support us in a small way, please consider starring and sharing the repo! This helps us getting known and grow the community. 🙏

style-forge-star

Modules

Module Version Description
hub npm Central repository that integrates all project modules.
base npm Basic styles and foundational components of the project.
helpers npm Utility functions and helpers for the project.
form npm Styles and components for creating forms.
themes npm Themes and styling options for the project.
patterns npm Reusable patterns and templates for the project.
colors npm Color palettes and styles for the project.

Contributing

We welcome contributions from the community! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/branch-name.
  3. Make your changes and commit them: git commit -am 'Add some feature'.
  4. Push your changes to the forked repository: git push origin feature/branch-name.
  5. Create a pull request in the original repository.

For more detailed information, please refer to CONTRIBUTING.md.

License

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

About

Provides foundational CSS variables and base styles, ensuring a consistent and customizable design system.

https://style-forge.github.io/base/

License:MIT License


Languages

Language:CSS 85.5%Language:JavaScript 14.5%