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.3 to 1.0.4

2

package.json
{
"name": "mixins-sass",
"version": "1.0.3",
"version": "1.0.4",
"description": "a sass mixins library",

@@ -5,0 +5,0 @@ "main": "src/mixins.scss",

@@ -1,2 +0,2 @@

# mixins-sass [![mixins-sass](https://img.shields.io/npm/v/mixins-sass.svg?style=flat-square)](https://www.npmjs.com/package/mixins-sass) [![mixins-sass](https://img.shields.io/npm/dt/mixins-sass.svg?maxAge=2592000)](https://www.npmjs.com/package/mixins-sass)
# mixins-sass [![mixins-sass](https://img.shields.io/npm/v/mixins-sass.svg?style=flat-square)](https://www.npmjs.com/package/mixins-sass) [![mixins-sass](https://img.shields.io/npm/dt/mixins-sass.svg)](https://www.npmjs.com/package/mixins-sass)

@@ -271,3 +271,3 @@ sass mixins,require `Sass ~> 3.3.0`

* @param $color
* @param $direction: top bottom left right vertical all, default: all
* @param $direction: top bottom left right vertical all radius, default: all
*/

@@ -277,2 +277,5 @@ .border-l {

}
.border-radius {
@include onepx(#eee, radius, 2px);
}
```

@@ -279,0 +282,0 @@

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