1.4.4 • Published 1 year ago

micro-style v1.4.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

micro-style

1、样式

1)初始化样式

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

2)个性化 Html

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

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

/* js 的引用方式

import "micro-style/style/indiv-html.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);

2)indivHtml

个性化样式,函数引入

import {
    indivHtml
} from "micro-style";

indivHtml();
1.4.4

1 year ago

1.4.3

1 year ago

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.7

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

1 year ago

1.3.1

1 year ago

1.3.0

1 year ago

1.3.8

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.2.1

1 year ago

1.0.0

2 years ago