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.
@globus/globus-css
Advanced tools
Utility-centric CSS and styled components to give you the building blocks for any Globus web project.
globus-css
⚠️ This package is experimental and should not be used in production.⚠️
Utility-centric CSS and styled components to give you the building blocks for any Globus web project.
main
.Follow most of the principles defined in GitHub’s Primer CSS implementation.
In most cases, we will not be using BEM. Instead, we will be following Bootstrap's block-modifier scheme.
Based on bootstrap@4.x
bootstrap@5
and/or moving off of Bootstrap should be considered, a few notable mentions:
Consumable as CSS
Consumable as an NPM package
Follow Semantic Versioning
Accessible via Storybook
This project contains a Storybook of available UI components. It is intended to be both an area to develop UI components in isolation and used as a documentation resource for consumers (when published).
To start Storybook, run: npm run storybook
As of v0.5.0
the dist
folder only contains the most recently tagged release's built files.
The package is available on npm
- npm i @globus/globus-css
As of v0.5.0
, bundled assets can be referenced using unpkg.com or JSDelivr.
<link rel="stylesheet" href="https://unpkg.com/@globus/globus-css/dist/globus-css.css" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@globus/globus-css/dist/globus-css.css" crossorigin="anonymous">
NOTE: Asset paths (ie. fonts, icons) in generated CSS files are currently relative – you will need to make sure these assets are locally available in your application.
npm run release
will bump the package using Conventional Commits (via standard-version) and update the dist
folder.
FAQs
Utility-centric CSS and styled components to give you the building blocks for any Globus web project.
We found that @globus/globus-css demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.