Skip to content

Commit 1cbef81

Browse files
mrmrsjohno
mrmrs
authored andcommitted
Begin adding customization page
- Update components with new build code - First pass of customizing tachyons download - Use jquery because lazy - Add browserify
1 parent 5bb9b05 commit 1cbef81

File tree

8 files changed

+4930
-6
lines changed

8 files changed

+4930
-6
lines changed

build.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
require('./src/components-build')()
2+
require('./src/customize-build')()
23
require('./src/table-of-styles-build')()
34
require('./src/home-build')()

components/headers/circle-avatar-title-subtitle/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2 class="f6 gray fw2 ttu tracked">Los Angeles</h2>
2323
</header>
2424

2525
<section data-name="component-info" class="pa3 pa5-ns bt b--black-10 black-70" style="background: #fafafa;">
26-
<h1 class="f4 f3-ns mt4">Headers Circle Avatar Title Subtitle</h1>
26+
<h1 class="f4 f3-ns mt4">Circle Avatar Title Subtitle</h1>
2727

2828
<div class="cf">
2929
<div class="fl w-100 w-75-ns pr0 pr2-ns">

components/layout/four-column-collapse-two/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</section>
2727

2828
<section data-name="component-info" class="pa3 pa5-ns bt b--black-10 black-70" style="background: #fafafa;">
29-
<h1 class="f4 f3-ns mt4">Layout Four Column Collapse Two</h1>
29+
<h1 class="f4 f3-ns mt4">Four Column Collapse Two</h1>
3030

3131
<div class="cf">
3232
<div class="fl w-100 w-75-ns pr0 pr2-ns">

0 commit comments

Comments
 (0)