Fix breakpoint css

This commit is contained in:
Zoe Roux
2023-01-11 15:51:09 +09:00
parent 756e01ab76
commit 6025f6191f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "yoshiki",
"version": "1.1.3",
"version": "1.1.4",
"author": "Zoe Roux <zoe.roux@sdg.moe> (https://github.com/AnonymusRaccoon)",
"license": "MIT",
"keywords": [

View File

@@ -126,7 +126,7 @@ const generateAtomicCss = (
state,
breakpoint: bp as BreakpointKey,
},
`${stateMapper[state](className)} ${block}`,
addBreakpointBlock(bp as BreakpointKey, `${stateMapper[state](className)} ${block}`),
);
return className;
});