Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarmaged committed Jun 13, 2024
1 parent 48e4ecd commit 3839ce6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Contributing to Style Forge Helpers
# Contributing to style-forge.helpers

Thank you for your interest in contributing to the Style Forge Helpers project! We welcome contributions from the community. Please follow these guidelines to ensure a smooth contribution process.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Style Forge Helpers
# Style-Forge.Helpers

![npm](https://img.shields.io/npm/v/style-forge.helpers)
![npm](https://img.shields.io/npm/dm/style-forge.helpers)
Expand All @@ -8,7 +8,7 @@

## Description

Style Forge Helpers is a collection of CSS helpers for the Style Forge project. This package provides various CSS utilities that simplify the styling of your web applications.
style-forge.helpers is a utility library that provides a set of essential CSS helper classes to enhance and simplify your web development workflow. It includes various utilities for spacing, alignment, visibility, and more, ensuring a more efficient and maintainable codebase.

## Installation

Expand Down
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "style-forge.helpers",
"version": "1.0.153",
"description": "CSS Helpers for Style Forge",
"description": "style-forge.helpers is a utility library that provides a set of essential CSS helper classes to enhance and simplify your web development workflow. It includes various utilities for spacing, alignment, visibility, and more, ensuring a more efficient and maintainable codebase.",
"type": "module",
"main": "helpers.css",
"repository": {
Expand All @@ -18,7 +18,14 @@
"utilities",
"styles",
"web development",
"frontend"
"frontend",
"styling",
"design",
"responsive",
"lightweight",
"performance",
"modular",
"consistent"
],
"scripts": {
"build": "node builder.js"
Expand Down

0 comments on commit 3839ce6

Please sign in to comment.