Sass lint: `0` convention for no border
Use `border: 0;` instead of `border: zero;` to disable border. See : https://stackoverflow.com/questions/2922909/should-i-use-border-none-or- border-0 Pros: - More concise - Used a lot Cons: - X Other convention: `border: none;`
Loading
Please sign in to comment