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

sass-slicer

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sass-slicer

Sass Responsive 'slicer', a tool set for breakpoints

  • 2.1.4
  • latest
  • Source
  • npm
  • Socket score

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

Sass Slicer

Sass Responsive 'slicer', a tool set for breakpoints and media queries

Features

  • All units are converted to em values
  • Horizontal breakpoints
  • Vertical breakpoints
  • Orientation queries (coming)
  • Resolution queries
  • Media specific queries
  • Tiny filesize

Install

  • npm: npm install sass-slicer --save

Usage

Print media query

@include print {
	content: 'Viewing this in print mode!';
	color: red;
}

Media Types

Based on the W3C Media Queries 4 Draft, there are a total of 4 media types we use:

  • all
  • print
  • screen
  • speech

Browser Support

  • Google Chrome (obviously)
  • Mozilla Firefox
  • Safari
  • Opera
  • Internet Explorer 9+ (surprisingly)

Changelog

Version 2.1.4

  • Fixed at() regression error using the same breakpoint value

Version 2.1.3

  • Fixed from('last-breakpoint') throwing an error

Version 2.1.1

  • Removed Bower config

Version 2.0.2

  • Fix issue with em() conflicting with Bourbon em() function in certain projects

Version 2.0.0

  • Rewritten from the ground up, with support for Sass Maps
  • Adds support for vertical breakpoints
  • Adds print media query

Keywords

FAQs

Package last updated on 17 Dec 2015

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