Skip to content

Commit 977631e

Browse files
committed
更新版本号
1 parent 681eecc commit 977631e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ module.exports = {
6666
mode: 'px',
6767
config: {
6868
// 数值原子类配置示例
69-
'.fsize': 'font-size: $rpx',
69+
'.fsize': 'font-size: $px',
7070
'.bd': 'border: $rpx solid #e1e5ee',
7171

7272
// 色值原子类配置示例

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-atomcss-loader",
3-
"version": "1.1.4",
3+
"version": "1.1.5",
44
"description": "基于 vue 的按需生成原子类样式的 loader",
55
"homepage": "https://github.com/wujr5/vue-atomcss-loader",
66
"repository": {

0 commit comments

Comments
 (0)