New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aurora-grid

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurora-grid

Grid system for Aurora Kit

1.0.6
Source
npm
Version published
Weekly downloads
25
-76.42%
Maintainers
1
Weekly downloads
 
Created
Source

Aurora Grid

aurora-grid

The big idea behind Aurora Grid is to empower our users with all the tools necessary to create beautiful layouts for any devices with a simple and easy to use system.

It’s an easy, flexible and full of responsive and mobile first features, made for designers, CSS Grid System.

Use it to create modern website and apps with a strong focus on precise controlled layouts

DocumentationDownloadGenerator

You can also install through npm i aurora-grid

#### Custom Build Aurora Grid was created using Sass . It includes some settings and mixins to control and create custom builds for advanced needs. For an easy to use development process you just have to install the npm packages and start editing, building and exporting your custom aurora-grid.css file. From the Terminal App, in the path where you have the Aurora Grid folder, you can run:

npm install

Now you have all the development dependencies installed in your node_modules folder.

We use Gulp as a task runner. Make sure you have it installed globally or just npm install gulp -g. Now you are ready to create a custom build of your project or watch it when working on it. Just run one of the two commands on the Terminal:

gulp

or

gulp watch

The scss files are in /src folder. And your output files will be available on the /dist folder.

More information about Sass settings and functions here

DocumentationDownloadGenerator

© 2015 Pixeden | License

Keywords

grid

FAQs

Package last updated on 14 Jul 2016

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