·
515 commits
to master
since this release
Major Changes
- #261
3db8c11Thanks @mattcompiles! - Release Sprinkles v1
Minor Changes
-
#259
b8a6441Thanks @markdalgleish! - Allow the result of callingatomsto be used in selectorsSprinkles now uses vanilla-extract’s updated
composeStylesfunction internally, which means that atomic styles can be treated as if they were a single class within vanilla-extract selectors.// styles.css.ts import { globalStyle } from '@vanilla-extract/css'; import { atoms } from './sprinkles.css.ts'; export const container = atoms({ padding: 'small', }); globalStyle(`${container} *`, { boxSizing: 'border-box', });
Patch Changes
- Updated dependencies [
b8a6441]:- @vanilla-extract/[email protected]