@talentsoft-opensource/uxp-themes

3.0.1 • Public • Published

This package gathers common styles and assets related to the UXP theme.
It includes less files, fonts and images.

How to use it ?

  1. Install the NPM package:
yarn add @talentsoft-opensource/uxp-themes
  1. Import the module in your source code
    To reference the less entry point:
@import "~@talentsoft-opensource\uxp-themes\dist\assets\styles\index.less";

You can also reference files individually, like:

@import "~@talentsoft-opensource\uxp-themes\dist\assets\styles\colors.less";

Dynamic less

The less provided by this package is dynamic and could not be compiled without providing global variables:

  • themeColor
  • fontColorOnTheme
  • fontColorOnNeutral
  • backgroundColor
  • backgroundOpacity

2.4.10 rename @vader instead of @vader

Package Sidebar

Install

npm i @talentsoft-opensource/uxp-themes

Weekly Downloads

1

Version

3.0.1

License

MIT

Unpacked Size

4.4 MB

Total Files

50

Last publish

Collaborators

  • scordonnier-ts
  • sbergot
  • avaleryts
  • mkehyayan