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

arc-lasso

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arc-lasso

<img src="https://img.shields.io/github/license/eBay/ar

2.0.6
latest
npm
Version published
Weekly downloads
2
-90%
Maintainers
3
Weekly downloads
 
Created
Source

arc-lasso

ebay open source MIT licensed travisci build Codecov npm version downloads

Enable adaptive resolution in lasso

Usage

lasso.configure({
    // ...
    plugins: [
        // ...
        'arc-lasso',
        // ...
    ],
    // ...
});

Caveats

Currently only supports adaptive files that have a "base" file

Works:

style.css
style[mobile].css

Does NOT Work:

style[desktop].css
style[mobile].css

FAQs

Package last updated on 03 Jun 2021

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