bl-css 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/bl.css +1 -0
  2. package/package.json +3 -3
package/bl.css CHANGED
@@ -133,4 +133,5 @@ body{
133
133
  .linkbtn:active{
134
134
  transform: translateY(3px);
135
135
  color: blueviolet;
136
+ transition: 0.1s ease;
136
137
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bl-css",
3
- "version": "0.7.2",
4
- "description": "black - blueviolet light CSS framework",
3
+ "version": "0.7.3",
4
+ "description": "black - blueviolet lightweight CSS framework",
5
5
  "main": "bl.css",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -13,7 +13,7 @@
13
13
  "./help": "./README.md",
14
14
  "./style": "./bl.css"
15
15
  },
16
- "keywords": ["CSS", "framework", "black", "blueviolet", "lightweight"],
16
+ "keywords": ["css", "framework", "black", "blueviolet", "lightweight"],
17
17
  "author": "__fg_xd",
18
18
  "license": "MIT"
19
19
  }