Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
employer-style-grid
Advanced tools
A stack-agnostic SASS library providing a framework-agnostic, Neat-based grid system intended for the Employer experience
A stack-agnostic SASS library providing a framework-agnostic, Neat-based grid system intended for the Employer experience.
Add and install with Yarn:
$ yarn add employer-style-grid
Now, import sass/directives/00_variables/grid-settings
after Bourbon and Neat in your main application.scss
. Then, import sass/base
. For example:
@import 'bourbon/app/assets/stylesheets/bourbon';
@import 'bourbon-neat/app/assets/stylesheets/neat-helpers';
@import 'bourbon-neat/app/assets/stylesheets/neat';
@import 'employer-style-grid/sass/base';
@import 'your-app';
You can now use Neat mixins and the provided breakpoints (see _grid-settings.scss
), mixins and selectors.
At the moment, only uncompiled SASS source files are available for consumption. That means your application will need to perform the precompilation, whether it be through Webpack, Gulp, Grunt, Rails asset pipeline, etc. Do note that employer-style-grid
simply wraps around and depends upon Neat to actually power its grid system.
After your PR is merged, update the semantic version number appropriately, add a release and publish
via Yarn or npm.
Then update the package.json
file in your project with the new version:
"dependencies": {
"employer-style-grid": "^2.0.0"
}
dist
for easy consumptionFAQs
A stack-agnostic SASS library providing a framework-agnostic, Neat-based grid system intended for the Employer experience
We found that employer-style-grid 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
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.