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
<?xml version="1.0" encoding="UTF-8"?> | |
<yahoo-weather-codes> | |
<code number="0" description="tornado"/> | |
<code number="1" description="tropical storm"/> | |
<code number="2" description="hurricane"/> | |
<code number="3" description="severe thunderstorms"/> | |
<code number="4" description="thunderstorms"/> | |
<code number="5" description="mixed rain and snow"/> | |
<code number="6" description="mixed rain and sleet"/> | |
<code number="7" description="mixed snow and sleet"/> |
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
#grid { | |
.fluid (@fluidGridColumnWidth, @fluidGridGutterWidth) { | |
.no-margin-spanX (@index) when (@index > 0) { | |
(~".no-margin-span@{index}") { .no-margin-span(@index); } | |
(~'.no-margin-span@{index}:first-child') { .no-margin-spanFirstChild(@index); } | |
.no-margin-spanX(@index - 1); | |
} | |
.no-margin-spanX (0) {} | |
.no-margin-offsetX (@index) when (@index > 0) { |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.