没有合适的资源?快使用搜索试试~ 我知道了~
babel-plugin-object-styles-to-template:Babel插件,用于将对象样式转换为模板文字
共22个文件
js:14个
json:3个
gitignore:1个
需积分: 9 0 下载量 12 浏览量
2021-01-31
02:50:13
上传
评论
收藏 112KB ZIP 举报
温馨提示
babel-plugin-object-styles-to-template Babel插件,可将对象样式转换为模板文字。 该插件会将以对象语法编写的样式转换为带标签的模板文字,如和带类的库可以使用。 用法 安装插件: yarn add --dev babel-plugin-object-styles-to-template 然后将其包含在您的.babelrc : { " plugins " : [ " object-styles-to-template " ] } 例 当您编写以下内容时: const container = css ( { flex : 1 , padding : 10 , backgroundColor : 'orange' , color : colors . white , '&:hover' : { backgroundColor : 'tomato' , } , } ) ; 它被转换为: const container = css ` flex : 1 ; padding : 10 px ;
资源推荐
资源详情
资源评论
收起资源包目录
babel-plugin-object-styles-to-template-master.zip (22个子文件)
babel-plugin-object-styles-to-template-master
.eslintrc.json 109B
.gitignore 896B
.flowconfig 58B
package.json 1KB
index.js 5KB
__tests__
index.js 234B
.release-it.json 289B
__fixtures__
plain-object
output.js 125B
code.js 120B
nested-styles
output.js 255B
code.js 250B
computed-properties
output.js 54B
code.js 61B
styled-member-expression
output.js 122B
code.js 119B
styled-call-expression
output.js 114B
code.js 111B
vendor-prefixes
output.js 216B
code.js 186B
README.md 2KB
.eslintignore 41B
yarn.lock 277KB
共 22 条
- 1
资源评论
Jeckaijew
- 粉丝: 36
- 资源: 4532
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功