
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
cd extend
npm install --save-dev fp-sass
Add these tasks to extend/custom.js
:
'custom:frontend-copy'
'sass:frontend-copy'
'custom:once'
'sass:once'
'custom:watch'
'sass:watch'
On the command line:
fp sass[:subtask]
Create a source/_styles/src/sass
directory and put all Sass code there.
This extension will read one directory deep for files with a .sass
or .scss
extension. Partials must be nested deeper. Sass code will be preprocessed into
CSS and built into the paths.source.cssBld
directory as declared in
patternlab-config.json
.
Please use CSS sourcemaps for debugging purposes. Add the following to your
pref.yml
file:
sass:
sourceMap: true
To write sourcemaps inline, configure as follows:
sass:
sourceMap: true
sourceMapContents: true
sourceMapEmbed: true
Similarly, any
documented Sass option can be configured in pref.yml
under the sass
setting.
Newer versions (>= v0.3.0) of fp-sass
have replaced
Node Sass
with
Dart Sass.
Source comment support has been replaced by sourcemaps.
'sass'
'sass:frontend-copy'
'custom:frontend-copy'
.frontend-copy
task then copies the CSS to the backend.'sass:once'
'custom:once'
.'sass'
.'sass:watch'
'custom:watch'
.source/_styles/src/sass
directory for file modifications.sass
and overwrites CSS whether or not it has direct edits.FAQs
Sass extension for Fepper
The npm package fp-sass receives a total of 0 weekly downloads. As such, fp-sass popularity was classified as not popular.
We found that fp-sass demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.