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
A simple boilerplate component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/boilerplate)
3
+
A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API. Take it for a spin in our [playground!](https://cocreate.app/docs/css-parser)
4
4
5
-

6
-

7
-


6
+

7
+

All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-boilerplate/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-boilerplate/releases). You may also subscribe to email for releases and breaking changes.
54
+
All updates to this library are documented in our [CHANGELOG](https://github.com/CoCreate-app/CoCreate-css-parser/blob/master/CHANGELOG.md) and [releases](https://github.com/CoCreate-app/CoCreate-css-parser/releases). You may also subscribe to email for releases and breaking changes.
55
55
56
56
<aname="roadmap"></a>
57
57
58
58
# Roadmap
59
59
60
-
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-boilerplate/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-boilerplate/pulls). We would love to hear your feedback.
60
+
If you are interested in the future direction of this project, please take a look at our open [issues](https://github.com/CoCreate-app/CoCreate-css-parser/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-css-parser/pulls). We would love to hear your feedback.
61
61
62
62
<aname="about"></a>
63
63
64
64
# About
65
65
66
-
CoCreate-boilerplate is guided and supported by the CoCreate Developer Experience Team.
66
+
CoCreate-css-parser is guided and supported by the CoCreate Developer Experience Team.
67
67
68
68
Please Email the Developer Experience Team [here](mailto:develop@cocreate.app) in case of any queries.
69
69
70
-
CoCreate-boilerplate is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
70
+
CoCreate-css-parser is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC.
71
71
72
72
<aname="contribute"></a>
73
73
74
74
# How to Contribute
75
75
76
-
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-boilerplate/blob/master/CONTRIBUTING.md) guide for details.
76
+
We encourage contribution to our libraries (you might even score some nifty swag), please see our [CONTRIBUTING](https://github.com/CoCreate-app/CoCreate-css-parser/blob/master/CONTRIBUTING.md) guide for details.
77
77
78
-
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-boilerplate/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-boilerplate/pulls) or merely upvote or comment on existing issues or pull requests.
78
+
We want this library to be community-driven, and CoCreate led. We need your help to realize this goal. To help make sure we are building the right things in the right order, we ask that you create [issues](https://github.com/CoCreate-app/CoCreate-css-parser/issues) and [pull requests](https://github.com/CoCreate-app/CoCreate-css-parser/pulls) or merely upvote or comment on existing issues or pull requests.
79
79
80
80
We appreciate your continued support, thank you!
81
81
82
82
# License
83
83
84
-
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-boilerplate/blob/master/LICENSE)
84
+
[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-css-parser/blob/master/LICENSE)
Copy file name to clipboardExpand all lines: demo/atomic-css.html
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
<metaname="description" content="Utility first css framework, design faster and improve on your css by using native inline styles as classes. No learning curve, use what you already know" />
Copy file name to clipboardExpand all lines: docs/index.html
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
<metaname="description" content="Utility first css framework, design faster and improve on your css by using native inline styles as classes. No learning curve, use what you already know" />
0 commit comments