Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from Groww/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
vikaz596 committed Sep 28, 2021
2 parents d93b053 + 5e101dc commit 137b246
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Base CSS classes used by all Groww Web Projects
## Install

```sh
npm install --save-dev "@groww-tech/base-css"
npm install "@groww-tech/base-css"
```

## Usage
Expand All @@ -17,4 +17,4 @@ npm install --save-dev "@groww-tech/base-css"

<br/>

*These CSS files are customized for use in Groww projects.*
*These CSS files are customized for use in Groww projects. Use at your own risk.*
5 changes: 5 additions & 0 deletions dist/typography.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ we are keeping these classes in code base to support legacy code
color: var(--secondaryClr130);
}

/* bg-color classes */

.bgClrLightGreen{
background-color: var(--primaryClr10);
}

/* font weight */

Expand Down
2 changes: 1 addition & 1 deletion dist/utility.css
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ html[xmlns] .clearfix {
font-weight: 500;
color: var(--text130);
margin: 0;
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@groww-tech/base-css",
"version": "0.0.2",
"version": "0.0.3",
"description": "Base CSS classes used by all Groww Web Projects",
"main": "dist/index.css",
"files": [
Expand Down

0 comments on commit 137b246

Please sign in to comment.