Skip to content

Commit ad98442

Browse files
committed
fix: update readme
1 parent f04d137 commit ad98442

File tree

6 files changed

+47
-54
lines changed

6 files changed

+47
-54
lines changed

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,3 @@
44
### Features
55

66
* Initial Release ([ca7ee93](https://github.com/CoCreate-app/CoCreate-css-parser/commit/ca7ee939d26408b2e8fe11f5073c93d56fe832e0))
7-
8-
# [1.2.0](https://github.com/CoCreate-app/CoCreate-boilerplate/compare/v1.1.1...v1.2.0) (2021-10-06)
9-
10-
11-
### Features
12-
13-
* Initial Release ([a9eb97a](https://github.com/CoCreate-app/CoCreate-boilerplate/commit/a9eb97a8adc059a5c51416cce1ef13add5ec736a))

CONTRIBUTING.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# Contributing to CoCreate-boilerplate
1+
# Contributing to CoCreate-css-parser
22

3-
This project is work of [many contributors](https://github.com/CoCreate-app/CoCreate-boilerplate/graphs/contributors).
4-
You're encouraged to submit [pull requests](https://github.com/CoCreate-app/CoCreate-boilerplate/pulls),
5-
[propose features and discuss issues](https://github.com/CoCreate-app/CoCreate-boilerplate/issues).
3+
This project is work of [many contributors](https://github.com/CoCreate-app/CoCreate-css-parser/graphs/contributors).
4+
You're encouraged to submit [pull requests](https://github.com/CoCreate-app/CoCreate-css-parser/pulls),
5+
[propose features and discuss issues](https://github.com/CoCreate-app/CoCreate-css-parser/issues).
66

77
In the examples below, substitute your Github username for `contributor` in URLs.
88

99
## Fork the Project
1010

11-
Fork the [project on Github](https://github.com/CoCreate-app/CoCreate-boilerplate) and check out your copy.
11+
Fork the [project on Github](https://github.com/CoCreate-app/CoCreate-css-parser) and check out your copy.
1212

1313
```
14-
git clone https://github.com/contributor/CoCreate-boilerplate.git
15-
cd CoCreate-boilerplate
16-
git remote add upstream https://github.com/CoCreate-app/CoCreate-boilerplate.git
14+
git clone https://github.com/contributor/CoCreate-css-parser.git
15+
cd CoCreate-css-parser
16+
git remote add upstream https://github.com/CoCreate-app/CoCreate-css-parser.git
1717
```
1818

1919
## Create a Topic Branch
@@ -75,7 +75,7 @@ git push origin my-feature-branch
7575

7676
## Make a Pull Request
7777

78-
Go to [https://github.com/CoCreate-app/CoCreate-boilerplate](https://github.com/CoCreate-app/CoCreate-boilerplate) and select your feature branch.
78+
Go to [https://github.com/CoCreate-app/CoCreate-css-parser](https://github.com/CoCreate-app/CoCreate-css-parser) and select your feature branch.
7979
Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days.
8080

8181
## Rebase

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
# CoCreate-boilerplate
1+
# CoCreate-css-parser
22

3-
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)
44

5-
![min file size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.js?style=flat-square&label=minified&color=orange)
6-
![gzip file size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
7-
![brotlifile size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.js?compression=brotli&style=flat-square&label=brotli)
8-
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-boilerplate?style=flat-square)
9-
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-boilerplate?style=flat-square)
5+
![min file size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/css-parser/latest/CoCreate-css-parser.min.js?style=flat-square&label=minified&color=orange)
6+
![gzip file size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/css-parser/latest/CoCreate-css-parser.min.js?compression=gzip&style=flat-square&label=gzip&color=yellow)
7+
![brotlifile size in bytes](https://img.badgesize.io/https://cdn.cocreate.app/css-parser/latest/CoCreate-css-parser.min.js?compression=brotli&style=flat-square&label=brotli)
8+
![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-css-parser?style=flat-square)
9+
![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-css-parser?style=flat-square)
1010
![GitHub](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet)
1111

1212

13-
![CoCreate-boilerplate](https://cdn.cocreate.app/docs/CoCreate-boilerplate.gif)
13+
![CoCreate-css-parser](https://cdn.cocreate.app/docs/CoCreate-css-parser.gif)
1414

15-
## [Docs & Demo](https://cocreate.app/docs/boilerplate)
15+
## [Docs & Demo](https://cocreate.app/docs/css-parser)
1616

17-
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/boilerplate)
17+
For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/css-parser)
1818

1919
## CDN
2020

2121
```html
22-
<script src="https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.js"></script>
22+
<script src="https://cdn.cocreate.app/css-parser/latest/CoCreate-css-parser.min.js"></script>
2323
```
2424

2525
```html
26-
<script src="https://cdn.cocreate.app/boilerplate/latest/CoCreate-boilerplate.min.css"></script>
26+
<script src="https://cdn.cocreate.app/css-parser/latest/CoCreate-css-parser.min.css"></script>
2727
```
2828

2929
## NPM
3030

3131
```shell
32-
$ npm i @cocreate/boilerplate
32+
$ npm i @cocreate/css-parser
3333
```
3434

3535
## yarn
3636

3737
```shell
38-
$ yarn install @cocreate/boilerplate
38+
$ yarn install @cocreate/css-parser
3939
```
4040

4141
# Table of Contents
@@ -51,34 +51,34 @@ $ yarn install @cocreate/boilerplate
5151

5252
# Announcements
5353

54-
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.
5555

5656
<a name="roadmap"></a>
5757

5858
# Roadmap
5959

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.
6161

6262
<a name="about"></a>
6363

6464
# About
6565

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.
6767

6868
Please Email the Developer Experience Team [here](mailto:develop@cocreate.app) in case of any queries.
6969

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.
7171

7272
<a name="contribute"></a>
7373

7474
# How to Contribute
7575

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.
7777

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.
7979

8080
We appreciate your continued support, thank you!
8181

8282
# License
8383

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)

demo/atomic-css.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="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" />
1010
<meta name="keywords" content="helper classes, utility classes, css framework, css library, inline style classes" />
1111
<meta name="robots" content="index,follow" />
12-
<meta property="og:image" content="https://cdn.cocreate.app/docs/boilerplate.png">
12+
<meta property="og:image" content="https://cdn.cocreate.app/docs/css-parser.png">
1313
<link rel="stylesheet" href="/docs/index.css" collection="files" document_id="60888216117c640e7596303f" name="src" type="text/css" save="true"/>
1414

1515
<style type="text/css">
@@ -37,10 +37,10 @@ <h2 class="background:red@sm@md">CoCreate helper CSS</h2>
3737
<p class="max-width:500px margin-top:20px">CoCreate provides the most convenient helper class.</p>
3838
<div id="xxxxx-section" class="display:flex flex-wrap:wrap justify-content:space-between">
3939
<div class="flex-grow:1 width:300px padding:0px_10px margin:20px_0px">
40-
<div id="boilerplate-reference" class="margin-top:80px border-bottom:1px_solid_lightgrey">
41-
<span class="display:flex align-items:center" hover="display:block!important" hover-target='[href="#boilerplate-reference"]'>
40+
<div id="css-parser-reference" class="margin-top:80px border-bottom:1px_solid_lightgrey">
41+
<span class="display:flex align-items:center" hover="display:block!important" hover-target='[href="#css-parser-reference"]'>
4242
<h2 class="padding:5px_0px">Reference</h2>
43-
<a class="margin-left:10px display:none" href="#boilerplate-reference"><i class="fas fa-link"></i></a>
43+
<a class="margin-left:10px display:none" href="#css-parser-reference"><i class="fas fa-link"></i></a>
4444
</span>
4545
</div>
4646

@@ -722,10 +722,10 @@ <h3 class="border-bottom:1px_solid_lightgrey margin-top:15px padding:5px">cursor
722722
<div class="flex-grow:1 width:300px padding:0px_10px margin:20px_0px border-bottom:1px_solid_lightgrey">
723723

724724
<!-- SandBox -->
725-
<div id="boilerplate-demo" class="border-bottom:1px_solid_lightgrey">
726-
<span class="display:flex align-items:center" hover="display:block!important" hover-target='[href="#boilerplate-demo"]'>
725+
<div id="css-parser-demo" class="border-bottom:1px_solid_lightgrey">
726+
<span class="display:flex align-items:center" hover="display:block!important" hover-target='[href="#css-parser-demo"]'>
727727
<h2 class="padding:5px_0px">Demo</h2>
728-
<a class="margin-left:10px display:none" href="#boilerplate-demo"><i class="fas fa-link"></i></a>
728+
<a class="margin-left:10px display:none" href="#css-parser-demo"><i class="fas fa-link"></i></a>
729729
</span>
730730
</div>
731731
<div class="position:sticky top:0 padding:15px_0px height:100vh">

demo/test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ <h1 class="font-size:1.5rem text-transform:uppercase">Thirdparty API Intergratio
209209
</div>
210210
</section>
211211

212-
<button href="https://github.com/CoCreate-app/CoCreate-boilerplate/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50%">
212+
<button href="https://github.com/CoCreate-app/CoCreate-css-parser/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50%">
213213
<i class="fas fa-pencil-alt" parse="false"></i>
214214
</button>
215215
</main>

docs/index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<meta name="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" />
1010
<meta name="keywords" content="utility classes, helper classes, css framework, css library, inline style classes" />
1111
<meta name="robots" content="index,follow" />
12-
<meta property="og:image" content="https://cdn.cocreate.app/docs/boilerplate.png">
12+
<meta property="og:image" content="https://cdn.cocreate.app/docs/css-parser.png">
1313

1414
<!-- CoCreate CSS -->
1515
<link rel="stylesheet" href="https://cdn.cocreate.app/latest/CoCreate.min.css" type="text/css" />
@@ -34,7 +34,7 @@
3434
<h2>CoCreate utility CSS</h2>
3535
</div>
3636
<div class="display:flex align-items:center font-size:20px position:absolute right:0 padding:5px background:white">
37-
<div class="display:flex align-items:center transition:0.3s padding-left:10px" share-network="true" share-text="Enter decription here" share-title="testing im a title" share-height="600" share-width="700" share-media="https://cdn.cocreate.app/docs/boilerplate.png" hover="display:block!important" hover-target=".social-networks">
37+
<div class="display:flex align-items:center transition:0.3s padding-left:10px" share-network="true" share-text="Enter decription here" share-title="testing im a title" share-height="600" share-width="700" share-media="https://cdn.cocreate.app/docs/css-parser.png" hover="display:block!important" hover-target=".social-networks">
3838
<div class="display:none social-networks">
3939
<a class="margin-right:15px" share-network='twitter' title="Share on twitter"><i class="fab fa-twitter"></i></a>
4040
<a class="margin-right:15px" share-network='facebook' title="Share on Facebook"><i class="fab fa-facebook"></i></a>
@@ -48,10 +48,10 @@ <h2>CoCreate utility CSS</h2>
4848
<p class="max-width:500px margin-top:20px">CoCreate provides the most convenient utility class.</h1>
4949
<div id="xxxxx-section" class="display:flex flex-wrap:wrap justify-content:space-between">
5050
<div class="flex-grow:1 width:400px width:300px@xs padding:0px_10px margin-top:60px">
51-
<div id="boilerplate-usage" class="margin-top:80px border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#boilerplate-usage-section">
52-
<span class="display:flex align-items:center width:fit-content" hover="display:block!important" hover-target='[href="#boilerplate-usage"]'>
51+
<div id="css-parser-usage" class="margin-top:80px border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#css-parser-usage-section">
52+
<span class="display:flex align-items:center width:fit-content" hover="display:block!important" hover-target='[href="#css-parser-usage"]'>
5353
<h2 class="padding:5px_0px">Usage</h2>
54-
<a class="margin-left:10px display:none" href="#boilerplate-usage"><i class="fas fa-link"></i></a>
54+
<a class="margin-left:10px display:none" href="#css-parser-usage"><i class="fas fa-link"></i></a>
5555
</span>
5656
</div>
5757

@@ -731,10 +731,10 @@ <h3 class="border-bottom:1px_solid_lightgrey margin-top:15px padding:5px">cursor
731731
</div>
732732
<div class="flex-grow:1 width:300px padding:0px_10px margin-top:60px border-bottom:1px_solid_lightgrey">
733733
<!-- SandBox -->
734-
<div id="boilerplate-demo" class="border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#boilerplate-demo-section">
735-
<span class="display:flex align-items:center width:fit-content" hover="display:block!important" hover-target='[href="#boilerplate-demo"]'>
734+
<div id="css-parser-demo" class="border-bottom:1px_solid_lightgrey" scroll scroll-intersect="color:dodgerblue" scroll-target="#css-parser-demo-section">
735+
<span class="display:flex align-items:center width:fit-content" hover="display:block!important" hover-target='[href="#css-parser-demo"]'>
736736
<h2 class="padding:5px_0px">Demo</h2>
737-
<a class="margin-left:10px display:none" href="#boilerplate-demo"><i class="fas fa-link"></i></a>
737+
<a class="margin-left:10px display:none" href="#css-parser-demo"><i class="fas fa-link"></i></a>
738738
</span>
739739
</div>
740740
<div class="position:sticky top:0 padding:15px_0px height:100vh">
@@ -785,7 +785,7 @@ <h2 class="padding:5px_0px">Demo</h2>
785785
</div>
786786
</div>
787787
</div>
788-
<button href="https://github.com/CoCreate-app/CoCreate-boilerplate/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50%">
788+
<button href="https://github.com/CoCreate-app/CoCreate-css-parser/tree/master/docs/index.html?message=docs%3A%20describe%20your%20change..." target="_blank" class="position:fixed bottom:15px right:15px padding:15px background:dodgerblue grow-hover border-radius:50%">
789789
<i class="fas fa-pencil-alt"></i>
790790
</button>
791791
</main>

0 commit comments

Comments
 (0)