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

aesthetics

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aesthetics

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Aesthetics

Aesthetics is a simple, modern and powerful front-end framework for faster and easier web development while keeping developers sane.

To get started, check out the docs. https://duaneadam.github.io/aesthetics/docs

Quickstart For Non-Rails Projects

To get going with Aesthetics you can:

  • Download the latest stable release from the dist folder
  • Install using Bower: bower install aesthetics

Rails Setup

Add this line to your application's Gemfile:

gem 'aesthetics', :git => "git://github.com/duaneadam/aesthetics.git"

And then execute

bundle

Append the following line to your application.css

/*= require aesthetics */

If you're planning on using Sass, then you'll want to rename application.css to application.scss. That file should then look like:

@import "aesthetics";

Primary Contributors

How To Contribute

  1. Go to branch master
```
git checkout master
```

2. Pull latest change from origin/master

```
git pull origin master
```

3. Create a new feature branch

```
git checkout my-new-feature
```

4. Push your work

```
git push origin my-new-feature
```

5. Create a new pull request on Github

Proper pull requests

Special Thanks

FAQs

Package last updated on 02 Jan 2015

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