@adv-ui/ep-theme

This repository contains:

Usage no npm install needed!

<script type="module">
  import advUiEpTheme from 'https://cdn.skypack.dev/@adv-ui/ep-theme';
</script>

README

ePreselec SUI Components Theme

This repository contains:

  • ePreselec variables to initialize default values and component styles.
  • A set of placeholders ready to style your component (buttons, tabs, forms, grid system...).
  • Functions and mixins helpers.

Usage

Import frontend-ep--uilib-theme into your sui-component including the path in index.scss after de SUI-theme import:

@import '~@adv-ui/ep-theme/lib/index';
@import '~@s-ui/theme/lib/index';

Update

If you need to update any of these variables please pull request.

Prerequeriments

Node 8

nvm install 8

npm 3

npm i -g npm@3

Debug in local

  • npm run lib (from frontend—ep-uilib-components) (To create the node module)
  • npm link (from frontend—ep-uilib-components) (To create the node link, it can be necessary: npm install cpx)
  • npm link @adv-ui/ep-theme (Where is the node_modules folder of epreselec) (Reference the node package from epreselec)