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 - npm Package Compare versions

Comparing version

to
1.0.3

2

package.json
{
"name": "aurora-grid",
"version": "1.0.2",
"version": "1.0.3",
"description": "Grid system for Aurora Kit",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -1,2 +0,41 @@

# Auroræ Grid
A grid system for Auroræ Kit.
# Aurora Grid
![aurora-grid](http://www.pixeden.com/media/k2/items/cache/aurora-grid-css-system-M.jpg)
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
| [Documentation](http://themes-pixeden.com/aurora-kit/grid) | [Download](http://themes-pixeden.com/aurora-kit/grid) | from Pixeden
|----------|------:|------:|
You can also install through `npm i aurora-grid`
#### Custom Build
Aurora Grid was created using [Sass](http://sass-lang.com/) . 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](http://themes-pixeden.com/aurora-kit/grid.html#custom-settings)
| [Documentation](http://themes-pixeden.com/aurora-kit/grid) | [Download](http://themes-pixeden.com/aurora-kit/grid) |
|----------|------:|
---
© 2015 [Pixeden](http://www.pixeden.com/) | [License](http://www.pixeden.com/license)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet