-
Updated
Mar 5, 2020 - CSS
style
Here are 681 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
In order to make the Tailwind preset more approachable for people that already know Tailwind, we should:
- Font sizes should have the same aliases (e.g.
lg=2) - Colors should be aliased to the same aliases * 100, e.g.
purple.5===purple.500 - Breaking change for a major version: Make the padding scale match Tailwind's
-
Updated
May 20, 2020 - JavaScript
-
Updated
Jun 8, 2020 - C#
One of the consumers of our system uses curly braces for content replacement in strings.
Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.
I have tried a number of ways to escape the braces with no luck
Other languages and templating systems seem to use the concept of using double curly b
The following warnings appear in the console during compilation, and they are also shown by stylable intelligence:
WARNING in Stylable: "@st-scope" must receive a simple selector, but instead got: ":global(.foo)"
@st-scope :global(.foo) { }
WARNING in Stylable: "@st-scope" received an unknown symbol: "html"
@st-scope html { }
The compiled CSS works correctly, though.
-
Updated
Dec 1, 2017 - Objective-C
-
Updated
Jun 1, 2020 - Objective-C
While still useful outside of Rails, Timecop has its downsides, one is that it's not thread-safe.
AS already has what Timecop provides, freeze_time, travel, travel_back, travel_to.
-
Updated
May 30, 2020 - JavaScript
Add @page type
@page has special rules here: https://developer.mozilla.org/en-US/docs/Web/CSS/@page
This is similar to @viewport which already has a custom type Viewport.
export interface Viewport<TLength = string | 0> {
msHeight?: ViewportHeightProperty<TLength>;
msMaxHeight?: ViewportMaxHeightProperty<TLength>;
msMaxWidth?: ViewportMaxWidthProperty<TLength>;
msMaxZoom?: ViewportMax
-
Updated
May 26, 2020 - Ruby
-
Updated
Feb 4, 2018 - JavaScript
-
Updated
May 11, 2020 - JavaScript
-
Updated
Oct 22, 2017 - 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 13, 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
Aug 30, 2018 - Java
-
Updated
Apr 30, 2020 - Python
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."
Right now we can create custom configuration based on presets, however I think it would be worth allowing custom presets also.
This would mean opening up the
Presetinterface so for example a framework could maintain their own Preset file and users can then use the preset, just by pointing