File tree 2 files changed +65
-4
lines changed
patternlab/source/_patterns/02-templates
2 files changed +65
-4
lines changed Original file line number Diff line number Diff line change 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
2
59
3
60
## Tools
4
61
5
62
### Patternlab
6
- Pattern Lab helps you and your team build thoughtful, pattern-driven user interfaces using atomic design principles.
7
63
https://github.com/pattern-lab/patternengine-php-twig
8
64
9
65
### Gulp
10
- Gulp is a toolkit that helps you automate painful or time-consuming tasks in your development workflow
11
66
https://github.com/gulpjs/gulp
12
67
13
68
### Twig
14
- Twig is a modern template engine for PHP
15
69
http://twig.sensiolabs.org/
Original file line number Diff line number Diff line change
1
+ {% extends " base.twig" %}
2
+
3
+ {% block content %}
4
+ <article class =" article scroll" >
5
+
6
+ </article >
7
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments