- The user comes first
- First
- Don't give the user to much to configure
- Often less is more
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
After working with Atom for around 2 years I switch to VSCode.
Here is why:
- Color display of variables in code. This may now sound much, but it improve the display of scss variables and its a core feature.
- Out of the box features.
- Automation! VSCode suggests usefull things to you.
- Integraded console. I love the console in VSCode. It is faster than my 'default' cmd on Windows. For Atom you would have to install a package, that doesn't work so well on Windows.
- Output logging per Plugin.
- Setup time. In VSCode I can set up my workspace in under 5 minutes. For Atom I need
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
.border-radius { | |
border-radius: 5px; | |
} | |
.border-radius-small { | |
border-radius: 3px; | |
} | |
.border-radius-small-top-left { | |
border-radius: 3px; | |
} | |
.border-radius-small-top-right { |
You need to add three stashes at the start of the file
---
item: Hello world
list:
- You
- can
- get
- content
NewerOlder