This file has been truncated, but you can view the full file.
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
| { | |
| "current" : { | |
| "apparentPrecipitationIntensity" : { | |
| "category" : "light", | |
| "value" : 0.42450222373008728 | |
| }, | |
| "apparentTemperature" : { | |
| "unit" : { | |
| "converter" : { | |
| "coefficient" : 1, |
This file has been truncated, but you can view the full file.
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
| { | |
| "current" : { | |
| "apparentPrecipitationIntensity" : { | |
| "category" : "light", | |
| "value" : 0.44051668047904968 | |
| }, | |
| "apparentTemperature" : { | |
| "unit" : { | |
| "converter" : { | |
| "coefficient" : 1, |
This file has been truncated, but you can view the full file.
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
| { | |
| "current" : { | |
| "apparentPrecipitationIntensity" : { | |
| "category" : "light", | |
| "value" : 0 | |
| }, | |
| "apparentTemperature" : { | |
| "unit" : { | |
| "converter" : { | |
| "coefficient" : 1, |
This file has been truncated, but you can view the full file.
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
| { | |
| "current" : { | |
| "apparentPrecipitationIntensity" : { | |
| "category" : "light", | |
| "value" : 0.83399498462677002 | |
| }, | |
| "apparentTemperature" : { | |
| "unit" : { | |
| "converter" : { | |
| "coefficient" : 1, |
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
| /** | |
| * External dependencies | |
| */ | |
| import React from 'react'; | |
| /** | |
| * Internal dependencies | |
| */ | |
| import './_style.scss'; |
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
| # Your init script | |
| # | |
| # Atom will evaluate this file each time a new window is opened. It is run | |
| # after packages are loaded/activated and after the previous editor state | |
| # has been restored. | |
| # | |
| # An example hack to log to the console when each text editor is saved. | |
| # | |
| # atom.workspace.observeTextEditors (editor) -> | |
| # editor.onDidSave -> |
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
| [user] | |
| name = sarah | |
| email = sarah@triggersandsparks.com | |
| [push] | |
| default = matching | |
| [pull] | |
| rebase = true | |
| [rerere] | |
| enabled = true | |
| [color] |
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
| **/*.scss | |
| **/*.md | |
| **/*.txt | |
| **/*.json | |
| **/*.gitignore | |
| **/gulpfile.js | |
| LICENSE |
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
| thing { | |
| left: 50%; | |
| transform: translate(-50%, 0); | |
| } |
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
| ul, ol { | |
| margin: 0 0 1.5em 0; | |
| padding: 0; | |
| } | |
| ul { | |
| list-style: disc; | |
| } | |
| ol { |
NewerOlder