Skip to content

Instantly share code, notes, and snippets.

View kdooley89's full-sized avatar
💭
Styling all the components.

Kyle kdooley89

💭
Styling all the components.
View GitHub Profile
@kdooley89
kdooley89 / doc.md
Created March 9, 2017 16:14 — forked from oelmekki/doc.md
Rails + Browserify + React + es7

1. Gemfile

gem 'browserify-rails', '1.5.0' # until fix: https://github.com/browserify-rails/browserify-rails/issues/101
gem 'react-rails'

Browserify-rails allows to use browserify within assets pipeline. React-rails is here only to allow to use #react_component (and thus, prerendering).

Note that jquery-rails can be removed from Gemfile, the npm version of jquery and jquery-ujs will be used instead.

@kdooley89
kdooley89 / SassMeister-input-HTML.html
Created July 22, 2014 15:01
Generated by SassMeister.com.
<body>
<div class="container">
<h1>Some text here</h1>
<h2>Subheader text</h2>
<a href="#" class="ghost-button">WAOHHHHH ghost button</a>
<br>
<br>
<ul>
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing
@kdooley89
kdooley89 / SassMeister-input-HTML.html
Created July 21, 2014 17:51
Generated by SassMeister.com.
<body>
<h1>Some text here</h1>
<h2>Subheader text</h2>
<a href="#" class="ghost-button">WAOHHHHH ghost button</a>
<ul>
<li>Lorem ipsum dolor sit amet, consectetuer adipiscing
elit. Aenean commodo ligula eget dolor. Aenean
massa.</li>