@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');
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    1
  • 0.0.1
    0

Package Sidebar

Install

npm i @thinkeloquent/scss-utility

Weekly Downloads

1

Version

0.0.2

License

ISC

Last publish

Collaborators

  • thinkeloquent