-
Updated
Mar 4, 2020 - CSS
style
Here are 621 public repositories matching this topic...
It seems configurations for proselint are centralized to different canonical files (namely $XDG_CONFIG_HOME/proselint/config, ~/.config/proselint/config and ~/.proselintrc) instead of a per project config basis.
So may I ask how to specify project/folder/files-specific rules? Maybe including some examples in the README.md would be nice?
Thanks
-
Updated
Mar 3, 2020 - JavaScript
Based on the discussions around #121 and the test we just merged in #662, we are going to convert theme-ui to TypeScript! .js files to .ts files.
Click to see the list of the packages that still need to be converted
- chrome
- color (#672)
- color-modes (claimed)
- compo
-
Updated
Mar 4, 2020 - C#
Based on this CSS-Tricks article lets remove bad words from the documentation. Words/phrases to remove:
- just
- simply
- clearly
- of course
- easy
- so
- basically
- technically
- very
- in order to
- everyone knows
One thing to note, some markdown files are generated by a script and handlebars, but those h
-
Updated
Feb 3, 2020 - Objective-C
Hey, everyone!
described_class is no doubt widely used in specs, there are 1376 usages in repositories listed in real-world-ruby-apps.
According to described_class docs:
If the first argument to [...] example group is a class, the class is exposed
-
Updated
Feb 18, 2020 - Objective-C
-
Updated
Mar 2, 2020 - JavaScript
-
Updated
Feb 26, 2020 - Ruby
-
Updated
Jan 15, 2020 - JavaScript
Right now, we decide if one single comment line is definitely not plain English given its first character, and then decide not to add a space prefix to it.
If that's the case, the same should apply to its whole "paragraph", i.e. the consecutive comment lines (before or after) which aren't empty.
-
Updated
Feb 18, 2020 - JavaScript
-
Updated
Mar 3, 2020 - JavaScript
A PR for redpotion came in to clean this same kind of code up - we should modify our color method that uses pointers here
to match what was done there: infinitered/redpotion#127
-
Updated
Mar 2, 2020 - JavaScript
- Add
space-evenlyand potentially others tojustify-content(https://developer.mozilla.org/en-US/docs/Web/CSS/justify-content) - Add
break-wordand potentially others toword-break(https://developer.mozilla.org/en-US/docs/Web/CSS/word-break)
Locations for a fix:
https://github.com/CSSLint/parser-lib/blob/master/src/css/Properties.js#L290
and https://github.com/CSSLint/parser-lib
-
Updated
Feb 24, 2020 - Java
The diagnostics provieded in the debug console when an error occurs is not precise enough.
aserts in the constructor and debugFillProperties should be implemented for better diagnistocs.
Look at the AnimatedContainer widget source code for examples.
Update docs
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."


Add a new array to config file specifying to minimum requirements.
Details
Right now the min requirements can only be supplied as running arguments, however as the same values are often required for these, I think they should be added to the config file.
Our Configuration class should