Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 612 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 612 Bytes

Neumorphism

SASS and Javascript utilities for a popular design trend called Neumorphism.

Contributions are welcome.

Files

JavaScript

Located under /javascript, you will find

  • neumorphism-lib.js: The main library containing all the embossing logic. Import this as a module.
  • utils.js: A utility file which contains some tools for colors and interpolations.

SASS

Located under /sass, you will find the _functions.scss file which contains the SASS mixin emboss, which is used to generate the CSS for a given set of parameters.