diff --git a/CHANGELOG.md b/CHANGELOG.md index 24cc5ac..4f0ce9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ -# 1.0.0 (2022-07-31) +## [1.0.1](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.0.0...v1.0.1) (2022-07-31) -### Features +### Bug Fixes -* Initial Release ([ca7ee93](https://github.com/CoCreate-app/CoCreate-css-parser/commit/ca7ee939d26408b2e8fe11f5073c93d56fe832e0)) +* update readme ([ad98442](https://github.com/CoCreate-app/CoCreate-css-parser/commit/ad984428d2ef0d8ac9303e4c760cf79c941023d5)) -# [1.2.0](https://github.com/CoCreate-app/CoCreate-boilerplate/compare/v1.1.1...v1.2.0) (2021-10-06) +# 1.0.0 (2022-07-31) ### Features -* Initial Release ([a9eb97a](https://github.com/CoCreate-app/CoCreate-boilerplate/commit/a9eb97a8adc059a5c51416cce1ef13add5ec736a)) +* Initial Release ([ca7ee93](https://github.com/CoCreate-app/CoCreate-css-parser/commit/ca7ee939d26408b2e8fe11f5073c93d56fe832e0)) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5581448..6120363 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,19 +1,19 @@ -# Contributing to CoCreate-boilerplate +# Contributing to CoCreate-css-parser -This project is work of [many contributors](https://github.com/CoCreate-app/CoCreate-boilerplate/graphs/contributors). -You're encouraged to submit [pull requests](https://github.com/CoCreate-app/CoCreate-boilerplate/pulls), -[propose features and discuss issues](https://github.com/CoCreate-app/CoCreate-boilerplate/issues). +This project is work of [many contributors](https://github.com/CoCreate-app/CoCreate-css-parser/graphs/contributors). +You're encouraged to submit [pull requests](https://github.com/CoCreate-app/CoCreate-css-parser/pulls), +[propose features and discuss issues](https://github.com/CoCreate-app/CoCreate-css-parser/issues). In the examples below, substitute your Github username for `contributor` in URLs. ## Fork the Project -Fork the [project on Github](https://github.com/CoCreate-app/CoCreate-boilerplate) and check out your copy. +Fork the [project on Github](https://github.com/CoCreate-app/CoCreate-css-parser) and check out your copy. ``` -git clone https://github.com/contributor/CoCreate-boilerplate.git -cd CoCreate-boilerplate -git remote add upstream https://github.com/CoCreate-app/CoCreate-boilerplate.git +git clone https://github.com/contributor/CoCreate-css-parser.git +cd CoCreate-css-parser +git remote add upstream https://github.com/CoCreate-app/CoCreate-css-parser.git ``` ## Create a Topic Branch @@ -75,7 +75,7 @@ git push origin my-feature-branch ## Make a Pull Request -Go to [https://github.com/CoCreate-app/CoCreate-boilerplate](https://github.com/CoCreate-app/CoCreate-boilerplate) and select your feature branch. +Go to [https://github.com/CoCreate-app/CoCreate-css-parser](https://github.com/CoCreate-app/CoCreate-css-parser) and select your feature branch. Click the 'Pull Request' button and fill out the form. Pull requests are usually reviewed within a few days. ## Rebase diff --git a/README.md b/README.md index 5e85ba4..da4aa34 100644 --- a/README.md +++ b/README.md @@ -1,41 +1,41 @@ -# CoCreate-boilerplate +# CoCreate-css-parser -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) +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) -![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) -![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) -![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) -![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-boilerplate?style=flat-square) -![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-boilerplate?style=flat-square) +![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) +![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) +![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) +![GitHub latest release](https://img.shields.io/github/v/release/CoCreate-app/CoCreate-css-parser?style=flat-square) +![GitHub](https://img.shields.io/github/license/CoCreate-app/CoCreate-css-parser?style=flat-square) ![GitHub](https://img.shields.io/static/v1?style=flat-square&label=&message=Hiring&color=blueviolet) -![CoCreate-boilerplate](https://cdn.cocreate.app/docs/CoCreate-boilerplate.gif) +![CoCreate-css-parser](https://cdn.cocreate.app/docs/CoCreate-css-parser.gif) -## [Docs & Demo](https://cocreate.app/docs/boilerplate) +## [Docs & Demo](https://cocreate.app/docs/css-parser) -For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/boilerplate) +For a complete guide and working demo refer to the [doumentation](https://cocreate.app/docs/css-parser) ## CDN ```html - + ``` ```html - + ``` ## NPM ```shell -$ npm i @cocreate/boilerplate +$ npm i @cocreate/css-parser ``` ## yarn ```shell -$ yarn install @cocreate/boilerplate +$ yarn install @cocreate/css-parser ``` # Table of Contents @@ -51,34 +51,34 @@ $ yarn install @cocreate/boilerplate # Announcements -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. +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. # Roadmap -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. +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. # About -CoCreate-boilerplate is guided and supported by the CoCreate Developer Experience Team. +CoCreate-css-parser is guided and supported by the CoCreate Developer Experience Team. Please Email the Developer Experience Team [here](mailto:develop@cocreate.app) in case of any queries. -CoCreate-boilerplate is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC. +CoCreate-css-parser is maintained and funded by CoCreate. The names and logos for CoCreate are trademarks of CoCreate, LLC. # How to Contribute -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. +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. -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. +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. We appreciate your continued support, thank you! # License -[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-boilerplate/blob/master/LICENSE) +[The MIT License (MIT)](https://github.com/CoCreate-app/CoCreate-css-parser/blob/master/LICENSE) diff --git a/demo/atomic-css.html b/demo/atomic-css.html index e6728aa..d91d88b 100644 --- a/demo/atomic-css.html +++ b/demo/atomic-css.html @@ -9,7 +9,7 @@ - + @@ -37,10 +37,10 @@

CoCreate helper CSS

CoCreate provides the most convenient helper class.

-
- +
+

Reference

- +
@@ -722,10 +722,10 @@

cursor
-
- +
+

Demo

- +
diff --git a/demo/test.html b/demo/test.html index 98ef9d7..3c408ff 100644 --- a/demo/test.html +++ b/demo/test.html @@ -209,7 +209,7 @@

Thirdparty API Intergratio

- diff --git a/docs/index.html b/docs/index.html index 5862417..8bf8d96 100644 --- a/docs/index.html +++ b/docs/index.html @@ -9,7 +9,7 @@ - + @@ -34,7 +34,7 @@

CoCreate utility CSS

-
+

-
- +
+

Usage

- +
@@ -731,10 +731,10 @@

cursor

-
- +
+

Demo

- +
@@ -785,7 +785,7 @@

Demo

- diff --git a/package.json b/package.json index 432a2ff..ce5df88 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.0.0", + "version": "1.0.1", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser",