
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
css-burrito
Advanced tools
An architectural Sass template that will:
Clone the Repo or install with npm.
npm install -g css-burrito
In the command line, navigate to the root of your project and run:
burrito -n
This creates a new instance of css-burrito in the root of your project.
The file structure looks like this:
styles/
index.scss
global/
_base.scss
_layout.scss
_settings.scss
_skin.scss
_typography.scss
_utilities.scss
libs/
_libs-variable-overrides.scss
modules/
_modules.scss
If you'd like to change where the template is installed, or rename any of the main files, you can do this in a .cssburritorc or .cssburritorc.json file. or you can create a burrito object inside of package.json.
// in package.json
"burrito": {
pathToStyles: 'path/to/burrito',
stylesDirectoryName: 'custom-styles-directory-name',
stylesFileName: 'custom-styles-file-name.scss'
}
or
// in .cssburritorc
{
pathToStyles: 'path/to/burrito',
stylesDirectoryName: 'custom-styles-directory-name',
stylesFileName: 'custom-styles-file-name.scss'
}
css-burrito will add new modules files, and @import them into the project for you!
To use this feature run:
burrito -m (file-name[s])
css-burrito will also delete unnecessary modules files, and remove the @import from the project for you!
To use this feature run:
burrito -r (file-name[s])
css-burrito will list your module files for you.
To use this feature run:
burrito -l
It's always there for you.
burrito -h
css-burrito has four main ingredients.
_libs-variable-overrides.scss file for overriding third party variables._settings.scss - global maps and variables_utilities.scss - extends, mixins, functions, and utilities._base.scss - global defaults for base-level tags (body, p, etc.)_layout.scss - global layout classes (margin, padding, floats, etc)._skin.scss - global skin classes (gradients, colors, box-shadows, etc)._typography.scss - global typography classes.FAQs
An organizational Sass template
The npm package css-burrito receives a total of 6 weekly downloads. As such, css-burrito popularity was classified as not popular.
We found that css-burrito 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.