0.0.4 • Published 2 years ago

gaojie-npm-atomcss v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

css 原子类

npm i -S gaojie-npm-atomcss

import 'gaojie-npm-atomcss/normalize.css' // 初始化
import 'gaojie-npm-atomcss/scrolllbar.css' // webkit blink内核滚动条样式
import 'gaojie-npm-atomcss'
.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.w-10 {
  width: 10%;
}
.w-20 {
  width: 20%;
}
.w-25 {
  width: 25%;
}
.w-30 {
  width: 30%;
}

.overflow-visible {
  overflow: visible;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-auto {
  overflow: auto;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pointer {
  cursor: pointer;
}

.ma1 {
  margin: 1px;
}

.pa1 {
  padding: 1px;
}
0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago