Skip to content

Commit f059dd5

Browse files
committed
Merge branch 'release/0.3.4'
2 parents f2a4bae + 07a3b9d commit f059dd5

120 files changed

Lines changed: 24801 additions & 16 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
docs/node_modules/
12
node_modules/

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
# Loop
1+
<p align="center">
2+
<img align="center" src="https://avatars2.githubusercontent.com/u/36288586?s=250" alt="">
3+
</p>
4+
<h2 align="center">Loop</h2>
5+
<p align="center">
6+
<em>"Why going in circles?"</em>
7+
</p>
28

3-
*Why going in circles?
4-
Need a partner?*
9+
### 0.3.4 Beta
510

6-
#### 0.3.2 Beta
7-
8-
Loop wants to reconsider the way CSS is created, aiming to make it more maintainable, readable and expressive.
9-
Loop works towards flexibility and customization without a bunch of superfluous rules and components.
10-
Not opinionated about any style and based on variables, it allows the addition and removal of rules and properties with ease.
11+
Loop wants to reconsider the way CSS is created, aiming to make it more maintainable, readable and expressive.
12+
Loop works towards flexibility and customization without a bunch of superfluous rules and components.
13+
Not opinionated about any style and based on variables, it allows the addition and removal of rules and properties with ease.
1114
Being like a partner for CSS development, it assists the developer matching their styles with their design needs.
1215

1316
Loop differentiates components and utilities with semantic for more clarity
1417

1518
* `oo-componentName` loop attribute for component
1619
* `.utilityName` class attribute for utility.
1720

18-
#### Beware
21+
### Beware
1922
The loop attribute is not a valid html5 attribute.
2023
If it does concern you, set the variable `$loop-component-html5-validity` to true
2124
Loop components will be then available through the data attribute `data-oo-componentName`.

0 commit comments

Comments
 (0)