mirror of
https://github.com/zoriya/yoshiki.git
synced 2025-12-06 07:06:13 +00:00
Fix breakpoint css
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -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;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user