1.3.8 • Published 2 months ago

micro-style v1.3.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

micro-style

1、样式

1)root css 变量

@import url('micro-style/style/root.css');

2)初始化样式

import "micro-style/style/reset.css";

3)个性化样式

注:对 acodedelmark 进行样式的修改。

@import url('micro-style/style/individuality.css');

/* js 的引用方式

import "micro-style/style/individuality.css";
*/

2、自定义 css 块

1)ellipsis

文本超出行就隐藏并且显示省略号。

import {
    ellipsis
} from "micro-style";

const div =document.createElement('div');
div.setAttribute('class', ellipsis(3));

// div.style.width = '40px'

div.innerText = '11111111111111111111111111111111111111111111111111111111111111111111'

document.body.appendChild(div);
1.3.7

2 months ago

1.3.6

2 months ago

1.3.5

2 months ago

1.3.4

2 months ago

1.3.3

2 months ago

1.3.2

2 months ago

1.3.1

2 months ago

1.3.0

2 months ago

1.3.8

2 months ago

1.2.0

2 months ago

1.1.0

2 months ago

1.2.1

2 months ago

1.0.0

8 months ago