Socket
Socket
Sign inDemoInstall

csssasscollection

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    csssasscollection

A CSS 2 and 3 Mixin Collection for Sass.


Version published
Maintainers
1
Install size
15.4 kB
Created

Readme

Source

CSS Sass Mixin Collection

Test

Usage

Install it by Yarn or NPM

$ npm install csssasscollection

$ yarn add csssasscollection

Sample for SASS:

@import '~csssasscollection/CSSSassCollectionDefinitions';
@import '~csssasscollection/CSSSassCollectionMixins';

CSSSassCollectionMixins.scss

Sass Mixin Toolkit for generate CSS2/3 StyleSheet files.

CSSSassCollectionDefinitions.scss

$high-dpi: "(-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx)";

// Colors
$color-black: #000000;
$background-color: #cccccc;


// Fonts Style
$font-style: normal;
$text-transform: none;
$font-weight: normal;

$font-size: 16;
$line-height: 16;


// Box and etc defaults styles
$box-rounded-radius: 5px;
$box-sizing-type: border-box;
$box-shadow-inset-color: #ccc;
$background-clip-type: padding-box;
$gradient-start-color: #ccc;
$gradient-end-color: #fff;
$opacity: 0.5;
$rotation-degree: 5deg;
$scale-ratio: 1.5;
$transition-duration: 0.2s;
$transition-ease: ease-out;

Developing

Run test for Sass

$ npm run all-tests

$ npm run sass-sniff

$ npm run test

$ jest

Keywords

FAQs

Last updated on 04 Jun 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc