@thinkeloquent/scss-utility

0.0.2 • Public • Published

map-notation

@import './node_modules/@thinkeloquent/scss-utility/scss/map-notation.scss';
$GLOBAL: (
    body: (
        background: (
            color: red
        ),
        font: (
            size: 14px
        )
    )
);

body {
  background-color: map-notation($GLOBAL, 'body.background.color');
  font-size: map-notation($GLOBAL, 'body.font.size');
}

Readme

Keywords

none

Package Sidebar

Install

npm i @thinkeloquent/scss-utility

Weekly Downloads

1

Version

0.0.2

License

ISC

Last publish

Collaborators

  • thinkeloquent