You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2021. It is now read-only.
The [less-css-helper-library](https://github.com/code-collabo/less-css-helper-library) for css, less and frontend projects. Related (css) key value pairs often used together are stored in css classes for easy use, reuse and to help quickly structure your projects. Styles or classes do not reflect personal preference(s), ***built-in css styles*** are only made accessible in your projects just by adding a class to an html element.
7
+
The [less-css-helper-library](https://github.com/code-collabo/less-css-helper-library) for css, less and frontend projects. Related (css) key value pairs often used together are stored in css classes for easy use, reuse and to help quickly structure your projects. ***Built-in css styles*** are made accessible in your projects just by adding a class to an html element.
8
8
9
9
10
10
## Styles & classes
@@ -17,8 +17,8 @@ The library provides some [reset styles](https://github.com/code-collabo/less-cs
17
17
*`.grid`
18
18
*`.grid-auto-1-auto-row`
19
19
*`.flex`
20
-
*`.flex-space-btw`
21
20
*`.flex-auto`
21
+
*`.flex-space-btw`
22
22
*`.flex-space-btw-auto`
23
23
*`.flex-center`
24
24
*`.flex-j-center`
@@ -55,7 +55,9 @@ If you are using less in an angular project for example, reference the one for l
Add cdn content here once you have created & tested it.
58
+
For projects that don't use nodejs, add the cdn as href value for your link tag in the .html file. Make sure to add this before the other link tags used to reference your own css styles.
From the class names, it's easy to tell what they do. See effect when added to an html element below:
@@ -84,9 +86,10 @@ The library is maintained by just one person at the moment - [@Ifycode](https://
84
86
* Group property-value pairs that are related or are often used together in one class so that it is reusable.
85
87
* The styles or classes (names) you propose must give good idea of the property-value pairs stored in it.
86
88
* Styles or classes proposed must be usable in any section inside the body of html documents.
89
+
<!--
87
90
* Styles or classes proposed must not reflect personal preference(s). The aim is to make ***built-in css styles*** accessible in the user's projects just by adding a class to an html element.
91
+
-->
88
92
* Do not make changes directly in the `main` or `develop` branches. See [development environment & git workflow](https://github.com/code-collabo/node-mongo-docs/issues/2) on how to make changes to the code base and submit pull request.
0 commit comments