New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

seng-scss

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seng-scss

SCSS library of mixins and functions that are used within projects

  • 1.2.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
132
decreased by-20.48%
Maintainers
1
Weekly downloads
 
Created
Source

npm npm

seng-scss

A SCSS library of mixins and functions that are used within projects.

Installation

npm

npm i -S seng-scss

Included functionalities

Mixins

Functions

Variables

  • variables
    • $pathAsset: default project asset path (..)
    • $pathFont: default project font path (font, prefixed with $pathAsset)
    • $pathImage: default project image path (image, prefixed with $pathAsset)
    • $zLayout: default list of zIndex names (default)**
    • $mediaQueries: default list of mediaQueries (empty list)
    • $minimumFluidTypeViewportWidth: default value for minumum viewport width used in fluid type (480px)
    • $maximumFluidTypeViewportWidth: default value for maximum viewport width used in fluid type (1440px)
    • $ease{name}: List of easing bezier curves
      • $easeLinear
      • $ease
      • $easeIn
      • $easeOut
      • $easeInOut
      • $easeInQuad
      • $easeOutQuad
      • $easeInCubic
      • $easeOutCubic
      • $easeInQuart
      • $easeOutQuart
      • $easeInQuint
      • $easeOutQuint
      • $easeInSine
      • $easeOutSine
      • $easeInExpo
      • $easeOutExpo
      • $easeInCirc
      • $easeOutCirc
      • $easeInBack
      • $easeOutBack
      • $easeInOutQuad
      • $easeInOutCubic
      • $easeInOutQuart
      • $easeInOutQuint
      • $easeInOutSine
      • $easeInOutExpo
      • $easeInOutCirc
      • $easeInOutBack

Contribute

View CONTRIBUTING.md

Changelog

View CHANGELOG.md

Authors

View AUTHORS.md

LICENSE

MIT © MediaMonks

Keywords

FAQs

Package last updated on 19 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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