$gradientsDnDark: (
  content-fade-down: (
    type: linear,
    angle: 180,
    stops: ((
      color: #171717,
      position: 0
    ), (
      color: rgba(23, 23, 23, 0),
      position: 1
    ))
  ),
  content-fade-right: (
    type: linear,
    angle: 270,
    stops: ((
      color: rgba(23, 23, 23, 0),
      position: 0
    ), (
      color: #171717,
      position: 1
    ))
  ),
  content-fade-left: (
    type: linear,
    angle: 270,
    stops: ((
      color: #171717,
      position: 0
    ), (
      color: rgba(23, 23, 23, 0),
      position: 1
    ))
  ),
  content-fade-up: (
    type: linear,
    angle: 180,
    stops: ((
      color: rgba(23, 23, 23, 0),
      position: 0
    ), (
      color: #171717,
      position: 1
    ))
  )
);
