@use "helpers";
@use "sass:map";

@if map.get(helpers.$info, "name") {
  /*!
 * Atomic CSS #{helpers.$version}
 * Customized for #{map.get(helpers.$info,"name")}
 * https://github.com/viivue/atomic-css
 */
} @else {
  /*!
 * Atomic CSS #{helpers.$version}
 * https://github.com/viivue/atomic-css
 */
}
