Build with your project

To include PAM in your project build, import (pam.less) or only the componens you want to use into your project's main less file. Remember to think about the import order in your main file so that css rules come in the right order. If you want to customize or create your own skin of PAM you need to create a skin folder. See how to create a skin.

// Import PAM
@import "node_modules/pam/dist/less/pam.less";

// Custom styles, variables, hooks and mixins...