Skip to content

Add .syntax-- prefix #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 6, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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