Skip to content

Commit 3a4cd25

Browse files
committed
readme
1 parent 589f8e3 commit 3a4cd25

File tree

2 files changed

+65
-4
lines changed

2 files changed

+65
-4
lines changed

README.md

+58-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,69 @@
1-
# Variable3000
1+
# Variable 3000
2+
3+
## Blocks & variations
4+
5+
### Index
6+
#### Styles
7+
- width
8+
- width-full
9+
- width-twothird
10+
- width-half
11+
- width-third
12+
- spacing
13+
- spacing-xs
14+
- spacing-sm
15+
- spacing-md
16+
- spacing-lg
17+
- spacing-xl
18+
- background-color
19+
- bg-dark
20+
- bg-light
21+
- text-color
22+
- text-dark
23+
- text-light
24+
25+
#### Layouts
26+
- grid
27+
- list
28+
29+
### Article
30+
#### Styles
31+
- width
32+
- width-full
33+
- width-twothird
34+
- width-half
35+
- width-third
36+
- spacing
37+
- spacing-xs
38+
- spacing-sm
39+
- spacing-md
40+
- spacing-lg
41+
- spacing-xl
42+
- background-color
43+
- bg-dark
44+
- bg-light
45+
- text-color
46+
- text-dark
47+
- text-light
48+
#### Layouts
49+
- scroll
50+
- scroll-contain
51+
- scroll-full
52+
- grid
53+
- grid-push
54+
- grid-cover
55+
- grid-repeat
56+
- slide
57+
- slide-cover
58+
- slide-contain
259

360
## Tools
461

562
### Patternlab
6-
Pattern Lab helps you and your team build thoughtful, pattern-driven user interfaces using atomic design principles.
763
https://github.com/pattern-lab/patternengine-php-twig
864

965
### Gulp
10-
Gulp is a toolkit that helps you automate painful or time-consuming tasks in your development workflow
1166
https://github.com/gulpjs/gulp
1267

1368
### Twig
14-
Twig is a modern template engine for PHP
1569
http://twig.sensiolabs.org/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{% extends "base.twig" %}
2+
3+
{% block content %}
4+
<article class="article scroll">
5+
6+
</article>
7+
{% endblock %}

0 commit comments

Comments
 (0)