1.0.3 • Published 6 years ago

@rmoral/ui-theme v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
6 years ago

rm-ui-theme

This repository contains:

  • Generic variables to initialize default values.
  • Functions and mixins helpers.

Usage

Import rm-ui-theme into your component, or SPA including the path in index.scss:

@import '~@rmoral/theme/lib/index';

If you want to customize some variables, create your own theme and add it to your main scss just before the rm-ui-theme import.

@import './custom-theme';
@import '~@rmoral/theme/lib/index';

Update

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

Inspired on

@schibstedspain/sui-theme

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago