@@ -44,30 +44,30 @@ In case you want to use other themes use:
44
44
45
45
You will get the following file structure:
46
46
47
- ``` markdown
47
+ ```
48
48
|-- bower_components
49
- | |-- [ buttons](http://tef-components.github.io/buttons/index.html)
50
- | |-- [ checkboxes](http://tef-components.github.io/checkboxes/index.html)
51
- | |-- [ dropdowns](http://tef-components.github.io/dropdowns/index.html)
52
- | |-- [ grid](http://tef-components.github.io/grid/index.html)
53
- | |-- [ headers](http://tef-components.github.io/headers/index.html)
54
- | |-- [ icons](http://tef-components.github.io/icons/fonts/icons.html)
55
- | |-- [ inputs](http://tef-components.github.io/inputs/index.html)
56
- | |-- [ lists](http://tef-components.github.io/lists/index.html)
57
- | |-- [ modals](http://tef-components.github.io/modals/index.html)
58
- | |-- [ radios](http://tef-components.github.io/radios/index.html)
59
- | |-- [ sidebars](http://tef-components.github.io/sidebars/index.html)
60
- | |-- [ tables](http://tef-components.github.io/tables/index.html)
61
- | |-- [ tabs](http://tef-components.github.io/tabs/index.html)
62
- | |-- [ theme_telefonica](http://tef-components.github.io/theme_telefonica/index.html)
63
- | |-- [ toolbars](http://tef-components.github.io/toolbars/index.html)
64
- | |-- [ tooltips](http://tef-components.github.io/tooltips/index.html)
49
+ | |-- buttons
50
+ | |-- checkboxes
51
+ | |-- dropdowns
52
+ | |-- grid
53
+ | |-- headers
54
+ | |-- icons
55
+ | |-- inputs
56
+ | |-- lists
57
+ | |-- modals
58
+ | |-- radios
59
+ | |-- sidebars
60
+ | |-- tables
61
+ | |-- tabs
62
+ | |-- theme_telefonica
63
+ | |-- toolbars
64
+ | |-- tooltips
65
65
| |-- utils
66
66
```
67
67
68
- * Most folders will contain a component (click on each name to get a preview) .
68
+ * Most folders will contain a component.
69
69
* theme_telefonica folder, in that case, is were we will generate our styles.
70
- * utils folder contain a set of mixins and resets (nothing to demo here) .
70
+ * utils folder contain a set of mixins and resets.
71
71
72
72
## Usage
73
73
@@ -78,9 +78,9 @@ Those are the important files:
78
78
|-- buttons
79
79
| |-- less
80
80
| | |-- buttons.less
81
- .
82
- .
83
- .
81
+
82
+ …
83
+
84
84
|-- theme_yourthemename
85
85
| |-- Gruntfile.js
86
86
| |-- less
0 commit comments