Skip to content

Commit a8bccdd

Browse files
committed
update readme
1 parent 16be600 commit a8bccdd

File tree

4 files changed

+1199
-5
lines changed

4 files changed

+1199
-5
lines changed

README.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
11
# Loop
2-
*Why going into circles?*
2+
![](./logo-md.svg)
3+
*Why going in circles?
4+
Need a partner?*
5+
6+
#### 0.3.1 Beta
7+
8+
Loop wants to reconsider the way CSS is created, aiming to make it more maintainable, readable and expressive.
9+
It also aims for 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+
Being like a partner for CSS development, it assists the developer matching their styles with their design needs.
12+
13+
Loop differentiates components and utilities with semantic for more clarity
14+
15+
* `oo-componentName` loop attribute for component
16+
* `.utilityName` class attribute for utility.
17+
18+
#### Beware
19+
The loop attribute is not a valid html5 attribute.
20+
If it does concern you, set the variable `$loop-component-html5-validity` to true
21+
Loop components will be then available through the data attribute `data-oo-componentName`.

docs/src/components/documentation/introduction/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<logo class="color-primary logo" />
55
</transition>
66
<h1 class="h2">Loop</h1>
7-
<p class="text-large">"Why going in circles?"</p>
7+
<p class="text-large">"Why going in circles? Need a partner?"</p>
88
<p><strong>0.3.1 Beta</strong></p>
99
<p>
1010
Loop wants to reconsider the way CSS is created, aiming to make it more maintainable, readable and expressive.<br>

0 commit comments

Comments
 (0)