use babel macros

This commit is contained in:
Viktor Rådberg
2023-08-04 13:40:04 +02:00
parent d90b989965
commit 2eebdc130c
17 changed files with 29 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ import EnergyIcon from '../../Icons/EnergyIcon';
import ExperienceIcon from '../../Icons/ExperienceIcon';
import PoisonIcon from '../../Icons/PoisonIcon';
import PartnerTaxIcon from '../../Icons/PartnerTaxIcon';
import styled, { css } from 'styled-components';
import styled, { css } from 'styled-components/macro';
import { Rotation } from '../../Types/Player';
const ExtraCountersGrid = styled.div<{ rotation: number }>`