/** * 除了 typo 外,每个文件的代码是通过 demo-default 自动生成拷贝过来的, * 其每个输出变量的命名格式为 `mixinXx...` 其中 Xx 是文件名 */ export * from './reset'; export * from './text'; export * from './bg'; export * from './border'; export * from './border-radius'; export * from './shadow'; export * from './typo'; export * from './input'; export * from './link'; export * from './button';