Skip to content

Latest commit

 

History

History
57 lines (24 loc) · 1.13 KB

README.md

File metadata and controls

57 lines (24 loc) · 1.13 KB

Box Shadows Handpicked Box-Shadows for Developers and Designers

Contribute

want to add new Box-Shadow?

All the Box-Shadows are loaded in a single file : shadows.js in the src directory.

How to add new box-shadow

Method 1. (Simple)

[1] Go to file shadows.js

[2] Click on Edit 🖉

[3] Copy below code and Edit all three keys (notice comma at the end)

{
	"name": "NAME-HERE",
	"shadow": "BOX-SHADOW-CSS-HERE",
	"border": "BORDER-CSS-HERE"
},

[4] Paste it at the End of array in shadows.js -- just before ]

[5] Fill the Input to Propose new Changes EX: Added spotify login box shadow then Proceed the Submit Pull-Request


Method 2. (Fork)

[1] Fork this repo

[2] Make changes in src/shadows.js

[3] Commit with proper message and create a Pull Request

Please feel free to request pull any improvements you want to contribute.

LICENSE : MIT