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 fed9636 commit 4374d9a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 0 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,3 @@ If you find a bug or have a feature request, please open an issue on GitHub. Pro
- Follow the project's code of conduct.

Thank you for your contributions!

The style-forge.themes Team
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ yarn add style-forge.themes
After installation, you can import the CSS file into your project:

```css
@import "style-forge.base";
@import "style-forge.themes";
```

Or, if you are using Webpack or another module bundler:

```js
import 'style-forge.base';
import 'style-forge.themes';
```

⚠️ Skip this if you don't need to specify a color scheme. The default will always be a light theme.
Expand Down
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,23 @@
"author": "Sarmaged <sarmaged@gmail.com>",
"license": "MIT",
"keywords": [
"style-forge",
"themes",
"theming",
"style",
"CSS",
"CSS-in-JS",
"theme management",
"theme switching",
"customizable themes",
"design",
"UI",
"dynamic themes",
"web development",
"frontend",
"CSS",
"UI",
"design",
"style",
"JavaScript",
"react",
"style-forge",
"dynamic themes"
"vue"
],
"scripts": {
"build": "node builder.js"
Expand Down

0 comments on commit 4374d9a

Please sign in to comment.