PATH:
home
/
lab2454c
/
carbonbullionexchange.com
/
wp-content
/
plugins
/
elementor
/
app
/
assets
/
styles
/
mixins
// MIXIN: Create Atom // - This mixin is a small to for creating an atom selector // - This mixin uses the 'atomize' function which uses '$eps-atoms' map // - Each Atom is configured within map. // - Map key are 'properties' and values are mapped to tokens. // - Please see 'tokens/,aps/_atoms.css' for more info. @mixin create-atom($keys...) { $map: atomizer($keys...); @each $key, $value in $map { #{$key}: $value; } }
[-] _screen-reader.scss
[edit]
[-] _text-truncate.scss
[edit]
[+]
..
[-] _create-atom.scss
[edit]