Socket
Socket
Sign inDemoInstall

@adv-ui/maplus-theme

Package Overview
Dependencies
0
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @adv-ui/maplus-theme

Milanuncios Plus theme


Version published
Weekly downloads
20
increased by185.71%
Maintainers
2
Install size
11.8 kB
Created
Weekly downloads
 

Readme

Source

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:

  • sass variables
  • ClassNames:

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 '~@adv-ui/maplus-theme/src/index';

Update

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

Keywords

FAQs

Last updated on 18 Nov 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc