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 (v3.3.14) | |
| // Compass (v1.0.0.rc.1) | |
| // ---- | |
| Test |
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
| <!doctype html> | |
| <html class="no-js" lang="<%- title %>"> | |
| <head> | |
| <title>Test</title> | |
| </head> | |
| <body> | |
| <div class="button">Button left upper corner</div> | |
| <div class="button last">Button left lower corner</div> | |
| <div class="middle">Middle part</div> | |
| <div class="button">Button right upper corner</div> |
NewerOlder