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

@aweber/aw-grid

Package Overview
Dependencies
Maintainers
6
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aweber/aw-grid

AWeber FlexBox Grid based off of CSS3 flexbox specification

  • 1.2.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
6
Created
Source

AWeber FlexBox Grid

AWeber FlexBox Grid is a responsive modern grid system for creating structured layouts in both websites and web applications. Based on flexbox properties, it is a customized version of the infamous Flexbox Grid and uses SCSS as a preprocessor language to facilitate development and maintenance.

Installation

npm

npm install @aweber/aw-grid --save-dev

Bower

bower install aw-grid

Production CSS | CDN

TBD…

Development

  • Fork and clone the AWeber FlexBox Grid repository.
  • Install the project's dependencies.
  • Create a branch for your changes using Git Flow.
  • Make your changes and document them using the SASSDoc guidelines.
  • Lint your changes before opening a PR.
  • Open a PR comparing your branch with the develop branch as the base.

Install dependencies

npm 5^ is preferred.

npm install

Build documentation

Use SASSDoc to build the project’s documentation. Not required to open a PR.

npm run docs

Lint code changes

Lint your changes before opening a PR. If you don't, the Continuous Integration (CI) service won't allow your PR to be merged.

npm run lint

Build distribution files

Check the production output files, if needed.

npm run dist

Keywords

FAQs

Package last updated on 24 Apr 2018

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