Skip to content

Commit

Permalink
Merge pull request #4 from Antikythera/feature/fix-deprecations
Browse files Browse the repository at this point in the history
Add `.syntax--` prefix
  • Loading branch information
simeydotme authored Mar 6, 2017
2 parents a5b1600 + 91e7b86 commit a201429
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 91 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
A greeny-blue theme with purple/red hints.
Inspired after seeing [@mrmrs_](https://twitter.com/mrmrs_)'s terminal theme while he was giving a talk on CSS. It was delicious!

### requirements
Atom 1.13.0+ uses the new class prefix for syntax instead of the shadow DOM. If you want to use this syntax on older versions of atom, checkout the version 0.2.1.

### conclusion
I hope you loves it! 🌟

### example
### example
![Example CSS/LESS/SCSS styling](https://raw.githubusercontent.com/simeydotme/atom-gooey-syntax/master/screenshot.png)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "atom-gooey-syntax",
"theme": "syntax",
"version": "0.2.1",
"version": "1.0.0",
"description": "A lovely, gooey, theme for Atom",
"keywords": [
"syntax",
Expand All @@ -14,6 +14,6 @@
"repository": "https://github.com/simeydotme/atom-gooey-syntax",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
"atom": ">=1.13.0 <2.0.0"
}
}
Loading

0 comments on commit a201429

Please sign in to comment.