mixins-sass
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "mixins-sass", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "a sass mixins library", | ||
@@ -5,0 +5,0 @@ "main": "src/mixins.scss", |
@@ -22,2 +22,3 @@ # mixins | ||
* [`font`](#font) | ||
* [`onepx`](#onepx) | ||
@@ -45,2 +46,3 @@ **functions** | ||
* [`shift`](#shift) | ||
* [`contain`](#contain) | ||
@@ -224,2 +226,13 @@ ## install | ||
### onepx | ||
移动端`1像素`方案 | ||
```scss | ||
// $color $direction: top bottom left right vertical all(可不传,四周边框) | ||
.border-l { | ||
@include onepx(#eee, left); | ||
} | ||
``` | ||
## functions | ||
@@ -343,1 +356,8 @@ | ||
### contain | ||
列表是存在某个值 | ||
``` | ||
@function contain($list, $value) | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32560
26
99
359