Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mixins-sass

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mixins-sass - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

src/_onepx.scss

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc