Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 29 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,49 +23,66 @@ If you feel awesome and want to support us in a small way, please consider starr
<table>
<tr>
<th>Module</th>
<th colspan="2">Links</th>
<th>Version</th>
<th>Description</th>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/hub">hub</a></td>
<td>hub</td>
<td><a href="https://github.com/Style-Forge/hub" target="_blank">GitHub</a></td>
<td><a href="https://npmjs.com/package/style-forge" target="_blank">NPM</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge" alt="npm"></td>
<td>Central repository that integrates all project modules.</td>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/base">base</a></td>
<td>base</td>
<td><a href="https://github.com/Style-Forge/base" target="_blank">GitHub</a></td>
<td><a href="https://npmjs.com/package/style-forge.base" target="_blank">NPM</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge.base" alt="npm"></td>
<td>Basic styles and foundational components of the project.</td>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/helpers">helpers</a></td>
<td>helpers</td>
<td><a href="https://github.com/Style-Forge/helpers" target="_blank">GitHub</a></td>
<td><a href="https://npmjs.com/package/style-forge.helpers" target="_blank">NPM</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge.helpers" alt="npm"></td>
<td>Utility functions and helpers for the project.</td>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/form">form</a></td>
<td>└&nbsp;media</td>
<td><a href="https://github.com/Style-Forge/media" target="_blank">GitHub</a></td>
<td><a href="https://npmjs.com/package/style-forge.media" target="_blank">NPM</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge.media" alt="npm"></td>
<td>Comprehensive CSS media query helpers for responsive web design.</td>
</tr>
<tr>
<td>form</td>
<td><a href="https://github.com/Style-Forge/form" target="_blank">GitHub</a></td>
<td><a href="https://npmjs.com/package/style-forge.form" target="_blank">NPM</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge.form" alt="npm"></td>
<td>Styles and components for creating forms.</td>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/themes">themes</a></td>
<td>themes</td>
<td><a href="https://github.com/Style-Forge/themes" target="_blank">GitHub</a></td>
<td><a href="https://npmjs.com/package/style-forge.themes" target="_blank">NPM</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge.themes" alt="npm"></td>
<td>Themes and styling options for the project.</td>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/patterns">patterns</a></td>
<td>patterns</td>
<td><a href="https://github.com/Style-Forge/patterns" target="_blank">GitHub</a></td>
<td><a href="https://npmjs.com/package/style-forge.patterns" target="_blank">NPM</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge.patterns" alt="npm"></td>
<td>Reusable patterns and templates for the project.</td>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/colors">colors</a></td>
<td>colors</td>
<td><a href="https://github.com/Style-Forge/colors" target="_blank">GitHub</a></td>
<td><a href="https://npmjs.com/package/style-forge.colors" target="_blank">NPM</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge.colors" alt="npm"></td>
<td>Color palettes and styles for the project.</td>
</tr>
<tr>
<td><a href="https://github.com/Style-Forge/media">media</a></td>
<td><img src="https://img.shields.io/npm/v/style-forge.media" alt="npm"></td>
<td>Comprehensive CSS media query helpers for responsive web design.</td>
</tr>
</table>

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion base.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "style-forge.base",
"version": "2025.1.22",
"version": "2025.1.31",
"description": "Style-Forge.Base: foundational CSS variables, base styles, typography, colors, utilities for consistent design.",
"type": "module",
"main": "base.css",
Expand Down