generated from ztimson/template
	updated anchor fix to include pointer cursor
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
	"name": "@ztimson/css-utils",
 | 
						"name": "@ztimson/css-utils",
 | 
				
			||||||
	"version": "1.1.1",
 | 
						"version": "1.1.2",
 | 
				
			||||||
	"description": "CSS Utility Classes",
 | 
						"description": "CSS Utility Classes",
 | 
				
			||||||
	"readme": "README.md",
 | 
						"readme": "README.md",
 | 
				
			||||||
	"scripts": {
 | 
						"scripts": {
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -52,6 +52,7 @@ $divisible: (0, 10, 20, 25, 30, 33, 34, 40, 50, 60, 66, 70, 75, 80, 90, 100);
 | 
				
			|||||||
		color: var(--theme-primary);
 | 
							color: var(--theme-primary);
 | 
				
			||||||
		&:not(:hover) { text-decoration: none; }
 | 
							&:not(:hover) { text-decoration: none; }
 | 
				
			||||||
		&:hover { text-decoration: underline; }
 | 
							&:hover { text-decoration: underline; }
 | 
				
			||||||
 | 
							cursor: pointer;
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user