Skip to content

Commit

Permalink
feat: add new version (4.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mauroreisvieira committed Mar 30, 2020
1 parent 9231bce commit 3835e2f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
5 changes: 5 additions & 0 deletions examples/css.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
/* CSS File Example */
@import url('reset.css');

html {
padding: 0;
margin: 0;
}

body {
margin: 25px;
background-color: rgb(240,240,240);
Expand Down
19 changes: 19 additions & 0 deletions messages/4.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## Wass Up! Meetio Theme Updates 🎁

### Version 4️⃣.0️⃣.0️⃣ its available! 🎉

📦 **FEATURES**:

* Add `autoCompleteRowPadding` variable.

👌 **IMPROVEMENTES**:

* Re-factor all scheme scopes. [Issue #30](https://github.com/meetio-theme/sublime-meetio-theme/issues/30)

---

👉 You can see all the refinements and suggested settings at https://github.com/meetio-theme/sublime-meetio-theme
as well as suggest any tweaks you may have.

We ♥️ Sublime Text, follow me in [Twitter](https://twitter.com/mauroreisviera) and
[Github](https://github.com/mauroreisvieira/)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sublime-meetio-theme",
"version": "3.3.0",
"version": "4.0.0",
"description": "The most powerful and adaptive theme for Sublime Text 3",
"bugs": {
"url": "https://github.com/meetio-theme/sublime-meetio-theme/issues"
Expand Down

0 comments on commit 3835e2f

Please sign in to comment.