trafo2/t2_scss

SCSS compiler for TYPO3.

Installs: 404

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 1

Type:typo3-cms-extension

2.0.0 2022-02-18 14:03 UTC

This package is auto-updated.

Last update: 2024-03-24 13:36:15 UTC


README

t2_scss is an extension for the TYPO3 CMS to provide a simple SCSS/SASS compiler integration.

Features

  • scans the indicated folder for scss files, compiles them and includes the resulting css into page rendering
  • caching compiled css with auto detection for changes in scss source files
  • using scssphp for compiling
  • provides settings for sorting the css include order
  • exclude specific files from compiling

Installation

Using composer

The recommended way to install the extension is by using Composer:

composer require trafo2/t2_scss

Configuration

All configuration options are described in the extension documentation.

Issues

If you have ideas for new features or found any bugs, please use the issue tab from the GitHub project to report your request or send a mail to issues@trafo2.de.