Product
Introducing Java Support in Socket
We're excited to announce that Socket now supports the Java programming language.
scss-tokenizer
Advanced tools
A tokenizer for Sass' SCSS syntax
npm install scss-tokenizer
var scss = require('scss-tokenizer');
scss.tokenize(css);
tokenize
Tokenizes source css
and returns an ordered array of tokens with positional
data.
var tokenizer = require('scss-tokenizer');
var tokens = tokenize.tokenize(css);
Arguments:
css (string|#toString)
: String with input CSS or any object
with toString()
method, like file stream.opts (object) optional
: options:
from
: the path to the source CSS file. You should always set from
,
because it is used in map generation and in syntax error messages.npm test
This project started as a fork of the PostCSS tokenizer.
FAQs
A tokenzier for Sass' SCSS syntax
The npm package scss-tokenizer receives a total of 1,134,526 weekly downloads. As such, scss-tokenizer popularity was classified as popular.
We found that scss-tokenizer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
We're excited to announce that Socket now supports the Java programming language.
Security News
Socket detected a malicious Python package impersonating a popular browser cookie library to steal passwords, screenshots, webcam images, and Discord tokens.
Security News
Deno 2.0 is now available with enhanced package management, full Node.js and npm compatibility, improved performance, and support for major JavaScript frameworks.