Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@clocklimited/backline-mixins
Advanced tools
A scss port of stylus-mixins, with some added features and modernisation.
TODO:
npm install --save backline-mixins
or
yarn add backline-mixins
Add backline-mixins
to your node-sass includePaths option.
{
loader: 'sass-loader',
options: {
includePaths: [
...require('backline-mixins').includePaths
]
}
}
Import backline-mixins in each .scss
as required
@import 'backline-mixins';
v2.0.0 removes use of / as division operator. Replaces with math.div().
As of v2.0.0 backline-mixins requires dart sass 1.23.0+ to work correctly. SASS:Math (and therefore math:div) is not available in Lib or Ruby SASS, and not on Dart before 1.23.0.
Clone this repo and install dependencies. All styles have test coverage and Prettier formatting to ensure everything works as expected.
yarn test
This project uses SassDoc to generate docs using documentation-specific comments.
To regenerate documentation, run:
yarn docs
FAQs
A collection of useful SCSS mixins
The npm package @clocklimited/backline-mixins receives a total of 27 weekly downloads. As such, @clocklimited/backline-mixins popularity was classified as not popular.
We found that @clocklimited/backline-mixins demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.