8.69.0 • Published 4 years ago

@schibstedspain/sui-theme v8.69.0

Weekly downloads
1,197
License
ISC
Repository
github
Last release
4 years ago

SUI Components Theme

This repository contains:

  • Generic 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 sui-theme into your sui-component including the path in index.scss:

@import '../node_modules/@schibstedspain/sui-theme/lib/index';

If you want to customize your components, create your own theme and add it to your component just before the sui-theme import.

@import '../custom-settings';
@import '~@schibstedspain/sui-theme/lib/index';

Upgrade from theme-basic@7

Compatibility variables are still available to import manually.

Import only what you need, in inheritance order

For instance:

@import '../custom-settings';
@import '~@schibstedspain/sui-theme/lib/settings-compat-v7/color';
@import '~@schibstedspain/sui-theme/lib/settings-compat-v7/spacing';
@import '~@schibstedspain/sui-theme/lib/index';

Find below de compat varible groups available:

Also, if you need it all for older components, you can do

@import '~@schibstedspain/sui-theme/lib/settings-compat-v7/index';
@import '~@schibstedspain/sui-theme/lib/index';

Update

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

8.69.0

4 years ago

8.67.0

4 years ago

8.66.0

4 years ago

8.65.0

4 years ago

8.64.0

4 years ago

8.63.0

4 years ago

8.62.0

4 years ago

8.61.0

4 years ago

8.60.0

4 years ago

8.59.0

5 years ago

8.58.0

5 years ago

8.57.0

5 years ago

8.56.0

5 years ago

8.55.0

5 years ago

8.54.0

5 years ago

8.53.0

5 years ago

8.52.0

5 years ago

8.51.0

5 years ago

8.50.0

5 years ago

8.49.0

5 years ago

8.48.0

5 years ago

8.47.0

5 years ago

8.46.0

5 years ago

8.45.0

5 years ago

8.44.0

6 years ago

8.43.0

6 years ago

8.42.0

6 years ago

8.41.0

6 years ago

8.40.0

6 years ago

8.39.0

6 years ago

8.38.0

6 years ago

8.37.0

6 years ago

8.36.0

6 years ago

8.35.0

6 years ago

8.34.0

6 years ago

8.33.0

6 years ago

8.32.0

6 years ago

8.31.0

6 years ago

8.30.0

6 years ago

8.29.0

6 years ago

8.28.0

6 years ago

8.27.0

6 years ago

8.26.0

6 years ago

8.25.0

6 years ago

8.24.0

6 years ago

8.23.0

6 years ago

8.22.0

6 years ago

8.21.0

6 years ago

8.20.0

6 years ago

8.19.1

7 years ago

8.19.0

7 years ago

8.17.0

7 years ago

8.16.0

7 years ago

8.15.0

7 years ago

8.14.1

7 years ago

8.14.0

7 years ago

8.13.0

7 years ago

8.12.0

7 years ago

8.11.0

7 years ago

8.10.0

7 years ago

8.9.0

7 years ago

8.8.0

7 years ago

8.6.0

7 years ago

8.5.0

7 years ago

8.4.0

7 years ago

8.3.0

7 years ago

8.2.0

7 years ago

8.1.0

7 years ago

8.0.0

7 years ago