18.7.3 • Published 6 years ago

cx-theme-aquamarine v18.7.3

Weekly downloads
37
License
SEE LICENSE.md
Repository
-
Last release
6 years ago

Aquamarine Theme

This is a package that enables a different appearance for your CxJS applications. Take a look at the theme preview and compare it to the other themes here.

Usage

In order to use the theme, install its npm package:

npm install cx-theme-aquamarine

Import theme's JavaScript.

import "cx-theme-aquamarine";

Then, import theme styles from the package by adding the following snippet to one of your SCSS files:

// theme variables can be overridden here

@import "~cx-theme-aquamarine/src/variables";

// theme state-style-maps can be overridden here, before importing css

@import "~cx-theme-aquamarine/src/index";

// add custom CSS here

To learn more about Cx styling and how to customize it, click here.

18.7.3

6 years ago

18.7.2

6 years ago

18.7.1

6 years ago

18.7.0

6 years ago

17.10.2

6 years ago

17.10.1

7 years ago

17.10.0

7 years ago

17.9.1

7 years ago

17.9.0

7 years ago