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.
@baianat/base.framework
Advanced tools
A solid base to establish your favorite websites with user experience in mind.
Inspired by the user's own experience needs, we decided to implement a design system to serve as a solid basis for very simple, yet elegant websites to deliver a complexity-free environment.
Using npm
npm install @baianat/Base.framework --save
#or using yarn
yarn add @baianat/Base.framework
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Base -->
<link rel="stylesheet" href="./@baianat/framework/dist/css/base.css">
<!-->Or if you want to use cssVar version <-->
<link rel="stylesheet" href="./@baianat/framework/dist/css/Base.cssvar.css">
<title>Base</title>
</head>
<body>
...
</body>
</html>
Add the following rule to the Webpack configuration file
{
test: /.styl$/,
loader: 'style-loader!css-loader!stylus-loader?resolve url'
}
In your main styling file app.styl
, before including the Base main file, make sure to add the needed variables, according to your customization preferences.
$margin = 2px
$red = #E13C31
@import "~@baianat/Base.framework/base"
Copyright (c) 2017 Baianat
FAQs
CSS framework based on Base design language
The npm package @baianat/base.framework receives a total of 5 weekly downloads. As such, @baianat/base.framework popularity was classified as not popular.
We found that @baianat/base.framework 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.
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.