diff --git a/README.md b/README.md index ac28944..b6ee0f3 100644 --- a/README.md +++ b/README.md @@ -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 @@ -17,4 +17,4 @@ npm install --save-dev "@groww-tech/base-css"
-*These CSS files are customized for use in Groww projects.* \ No newline at end of file +*These CSS files are customized for use in Groww projects. Use at your own risk.* \ No newline at end of file diff --git a/dist/typography.css b/dist/typography.css index 225c74f..7d0f3dd 100644 --- a/dist/typography.css +++ b/dist/typography.css @@ -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 */ diff --git a/dist/utility.css b/dist/utility.css index c7fd8d9..144d3cd 100644 --- a/dist/utility.css +++ b/dist/utility.css @@ -169,4 +169,4 @@ html[xmlns] .clearfix { font-weight: 500; color: var(--text130); margin: 0; -} +} \ No newline at end of file diff --git a/package.json b/package.json index f1e6fa1..2c2a269 100644 --- a/package.json +++ b/package.json @@ -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": [