File tree 4 files changed +1199
-5
lines changed
docs/src/components/documentation/introduction
4 files changed +1199
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 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 ` .
Original file line number Diff line number Diff line change 4
4
<logo class =" color-primary logo" />
5
5
</transition >
6
6
<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 >
8
8
<p ><strong >0.3.1 Beta</strong ></p >
9
9
<p >
10
10
Loop wants to reconsider the way CSS is created, aiming to make it more maintainable, readable and expressive.<br >
You can’t perform that action at this time.
0 commit comments