Socket
Socket
Sign inDemoInstall

less2sass

Package Overview
Dependencies
4
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

less2sass

A quick less to sass converter


Version published
Maintainers
1
Weekly downloads
607
decreased by-14.87%

Weekly downloads

Readme

Source

less2sass

Build Status

A little script to convert less to sass files

Note: Due to the nature of less and sass it does not do a completely perfect conversion. You will have to do some manual work :-(

Installing

npm install -g less2sass

Running

You can run less2sass on a single file or on entire directory. It will recurse through the directory and convert any less files to scss, preserving the directory structure.

less2sass <path_to_less_file_or_directory>

Caveats

  • This does not really convert colour functions, it makes a best attempt but most colour functions will need to be ported over manually
  • It does not convert to proper .sass yet. Only to .scss
  • It may be buggy so you have to check your code but hopefully this script will save you some time. If you come across a bug, please create an issue. Better yet, a pull request!

FAQs

Last updated on 31 Mar 2017

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