Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.
/ magento2-scss Public archive

SCSS preprocessor for Magento 2

License

OSL-3.0, AFL-3.0 licenses found

Licenses found

OSL-3.0
LICENSE.txt
AFL-3.0
LICENSE_AFL.txt
Notifications You must be signed in to change notification settings

delegator/magento2-scss

Repository files navigation

delegator/magento2-scss

Build Status

This Magento 2 module allows the use of SCSS for your CSS preprocessor, instead of Magento's default choice of LESS. It uses the scssphp compiler to compile your SCSS.

Installation

This module is intended to be installed using composer.

  1. Add the Delegator composer repository to your composer.json by following the documentation on the repository page: https://packages.delegator.com/

  2. Add the delegator/magento2-scss module to your project:

$ composer require delegator/magento2-scss
  1. Create a .scss file in your theme and pull it in via layout XML.

  2. This module will automatically process your SCSS in the same way Magento 2 processes its own LESS files.

Tests

Unit tests can be found in the Test/Unit directory.

Contributors

Magento Core team

License

Open Source License

About

SCSS preprocessor for Magento 2

Resources

License

OSL-3.0, AFL-3.0 licenses found

Licenses found

OSL-3.0
LICENSE.txt
AFL-3.0
LICENSE_AFL.txt

Stars

Watchers

Forks

Packages

No packages published