SCSS Field
This module provides a field type for adding SCSS code directly to entities. The SCSS code is compiled to CSS and applied to the page when the entity is displayed, with options to scope the styles to the specific entity. It also integrates with the Ace Code Editor for a better editing experience.
Provides an 'SCSS' field type. Developers and site maintainers can enter SSCS code ("indented" SASS code is currently unsupported) into the field, which will be compiled to CSS and attached to the page wherever the entity is displayed.
It is possible to "scope" the SCSS/CSS to the parent entity such that any CSS rules only apply to that entity.
This module also integrates with Ace Code Editor, if it is installed, to display a QuickEdit-friendly, syntax-highlighted input field.