-
Updated
Dec 10, 2021 - HTML
style
Here are 958 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
I find it surprising and confusing that the bg shorthand can be set to a color name/key, but not background, as they read the same.
Describe the solution you'd like
I would like background to be a theme-aware property, so I can do sx={{ background: 'myCustomColorName' }}.
**Describe alternatives you've considere
-
Updated
Nov 28, 2021 - JavaScript
Hi,
I looked into the CLI part of style-dictonary to construct a similar thing and I found a bug when I run the command style-dictionary test or npx -p style-dictionary style-dictionary test in my case:
npx : 43 installé(s) en 3.911s
/Users/xzalawa/.npm/_npx/19473/lib/node_modules/style-dictionary/bin/style-dictionary:75
console.error('Invalid command: %s\nSee --help for a list o
That is, turn
func VeryLong(param1 T1, param2 T2, [...],
param6 T6, param7 T7) {
doWork(...)
}
into the more readable:
func VeryLong(param1 T1, param2 T2, [...],
param6 T6, param7 T7,
) {
doWork(...)
}
This is important to properly separate the parameter list from the function body, since in the first case they share the same indentation level
-
Updated
Nov 27, 2021 - C++
-
Updated
Sep 18, 2020 - Objective-C
-
Updated
Nov 27, 2021
-
Updated
Jul 28, 2021 - Objective-C
-
Updated
Dec 3, 2021 - JavaScript
-
Updated
Sep 26, 2021 - Ruby
-
Updated
Dec 7, 2021 - C#
-
Updated
Feb 4, 2018 - JavaScript
-
Updated
Jun 1, 2021 - Python
-
Updated
Dec 13, 2021 - TypeScript
-
Updated
Oct 29, 2020 - JavaScript
Improve this page
Add a description, image, and links to the style topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the style topic, visit your repo's landing page and select "manage topics."
Related with nunomaduro/phpinsights#23 will be a great idea to allow set all commands parameters from
config/insights.phpwhen is used withphp artisan insights.Maybe something like:
'parameters' => '--format=json -d memo