Patch Changes
-
8c670d6: Remove
breakpoints
from Tokens type -
1ed239c: Add feature where
config.staticCss.recipes
can now use [*
] to generate all variants of a recipe.before:
staticCss: { recipes: { button: [{ size: ['*'], shape: ['*'] }] } }
now:
staticCss: { recipes: { button: ['*'] } }
-
78ed6ed: Fix issue where using a nested outdir like
src/styled-system
with a baseUrl like./src
would result on
parser NOT matching imports likeimport { container } from "styled-system/patterns";
cause it would expect the full
pathsrc/styled-system