Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

employer-style-grid

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

employer-style-grid

A stack-agnostic SASS library providing a framework-agnostic, Neat-based grid system intended for the Employer experience

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
59
decreased by-41.58%
Maintainers
1
Weekly downloads
 
Created
Source

employer-style-grid

A stack-agnostic SASS library providing a framework-agnostic, Neat-based grid system intended for the Employer experience.

Consumption

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.

What's included

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.

Contributing

Updating the Version

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"
  }

Future

  • Implement build process to compile CSS into dist for easy consumption

Keywords

FAQs

Package last updated on 13 Jul 2017

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc