1.17.0 • Published 5 years ago

@schibstedspain/maplus-theme v1.17.0

Weekly downloads
16
License
ISC
Repository
github
Last release
5 years ago

Milanuncios Plus theme

This repository contains a set of customized variables to initialize values and component styles for Milanuncios Plus

Naming conventions

sui-theme and all sui styles in general run over some class naming and variable naming conventions:

Classname naming runs over the follow convention:

For root elements

<div className='sui-DummyComponent'> // ROOT ELEMENT -> sui-<ComponentName> in pascal case notation
``
*For first childs*`
```html
<div className='sui-DummyComponent'> // ROOT ELEMENT -> sui-<ComponentName> in pascal case notation
         <div className='sui-DummyComponent-firstChild'> // FIRST CHILD -> sui-<ComponentName>-<childName> child name in camel case notation

Usage

Import maplus-theme into your sui-component including the path in index.scss:

@import '~@schibstedspain/maplus-theme/src/index';

Update

If you need to update any of these variables please do it under pull request system.

1.17.0

5 years ago

1.16.0

5 years ago

1.15.0

5 years ago

1.14.0

5 years ago

1.13.0

5 years ago

1.12.0

5 years ago

1.11.0

5 years ago

1.10.0

5 years ago

1.9.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago