This file contains hidden or 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
| /* Sass Code */ | |
| html { | |
| width: 100%; | |
| body { | |
| width: 50% | |
| /* This would only be styled if body was in html */ | |
| } | |
| } |
NewerOlder