Last active
June 28, 2018 08:49
-
-
Save vanslambrouckd/05ab57a866cc07db53e3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Emmet cheatsheet](http://docs.emmet.io/cheat-sheet/) | |
##html | |
- press tab after line | |
- div>ul>li | |
- ! => (=html5 template) | |
- script:src | |
- style => | |
- a => | |
- a:mail => | |
- img => | |
- form:get => | |
- input => | |
- input:text | |
- btn | |
- btn:s | |
- table+ | |
- select | |
- select+ | |
- - cc:ie (ie conditional css) | |
- cc:ie6 | |
- cc:noie (no ie conditional css) | |
- header#site-header | |
- ul>li.item*5 | |
- ul>li.item$*5 | |
- lorem | |
- p*2>lorem | |
- ul>li*5>lorem | |
###create list menu | |
- 1) | |
- home | |
- about | |
- contact | |
- 2) select all text | |
- open package control | |
- search emmet: wrap with abbreviation | |
-type nav>ul>li*>a | |
##css | |
-bdrs (border radius |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- sublime text3 | |
- Package Contrl | |
- [Seti UI theme](https://sublime.wbond.net/packages/Seti_UI) | |
- `Schemr`by [Ben Weier](https://github.com/benweier) | |
- Themr | |
- Emmet | |
- [SublimeLinter-jshint](https://sublime.wbond.net/packages/SublimeLinter-jshint) | |
- [Origami](https://sublime.wbond.net/packages/Origami) | |
- [AutoFileName] (https://sublime.wbond.net/packages/AutoFileName) | |
- [Gutter Color] (https://sublime.wbond.net/packages/Gutter%20Color) | |
- [Color Highlighter](https://sublime.wbond.net/packages/Color%20Highlighter) | |
- [CSS3](https://sublime.wbond.net/packages/CSS3) => conflict with Emmet | |
- [GitGutter](https://sublime.wbond.net/packages/GitGutter) | |
- [SideBarEnhancements] (https://sublime.wbond.net/packages/SideBarEnhancements) | |
- [SublimeCodeIntel] (https://github.com/SublimeCodeIntel/SublimeCodeIntel) | |
- ColorPicker | |
- BracketHighlighter | |
- DocBlockr | |
- Git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment