csx
Version:
Utility functions for TypeStyle
15 lines (14 loc) • 350 B
JavaScript
/**
* @module Provides useful CSS primitives
*/
// export all helper functions
export * from './background';
export * from './border';
export * from './color';
export * from './gradient';
export * from './lists';
export * from './margin';
export * from './padding';
export * from './strings';
export * from './transforms';
export * from './units';