
Security News
PyPI Expands Trusted Publishing to GitLab Self-Managed as Adoption Passes 25 Percent
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads
@coopdigital/css-foundations
Advanced tools
Co-op CSS Foundations contains all the core CSS styles needed to build Co-op branded digital content. It brings together all the packages projects will need in one place. Components and custom styles should be included or written separately and decided on a project by project basis.
The foundations set the basic Co-op look and feel - they should be included in all Co-op services.
Install via npm or Yarn:
$ npm install @coopdigital/css-foundations --save
# OR
$ yarn add @coopdigital/css-foundations
You can include CSS Foundations in your project by referencing it from your existing CSS via @import statement, i.e.:
@import "node_modules/@coopdigital/css-foundations/dist/foundations.css";
If you use PostCSS in your build pipeline, you can reference the sources directly like so:
@import "node_modules/@coopdigital/css-foundations/src/foundations.pcss";
If you use a postcss-import plugin, it gets even easier:
@import "@coopdigital/css-foundations";
Here's a bunch of examples, showing how you can integrate this CSS module in your project, based on most popular stacks of project. You can either use a post-processed and pre-built CSS form the dist directory, ot use PostCSS sources from the src dir.
The latter have certain dependencies, which should be consumed by your frontend toolkit to postprocess the CSS correctly.
In Vue, you can just reference it from a global component like so:
<style>
/* Import PostCSS source */
@import "~@coopdigital/css-foundations/src/foundations.pcss";
/* Import postprocessed distributable CSS */
@import "~@coopdigital/css-foundations/dist/foundations.css";
</style>
CSS Foundations follows a modular architecture and as such is composed out of several CSS Modules. You are free to use either individual modules or load the entire framework into your project.
necolas/normalize.css@coopdigital/foundations-vars@coopdigital/foundations-global@coopdigital/foundations-typography@coopdigital/foundations-colors@coopdigital/foundations-buttons@coopdigital/foundations-forms@coopdigital/foundations-tables@coopdigital/foundations-grid@coopdigital/foundations-layoutThis package only serves as a master package for all individual CSS modules. Development should be done within individual package repositories, following general guidelines.
FAQs
Co-op CSS Foundations
The npm package @coopdigital/css-foundations receives a total of 38 weekly downloads. As such, @coopdigital/css-foundations popularity was classified as not popular.
We found that @coopdigital/css-foundations demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 10 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
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.