stylesheet
Here are 231 public repositories matching this topic...
-
Updated
Aug 13, 2019 - CSS
Issue
"Active!" example colors on https://www.bootstrapcdn.com/bootswatch do not match the example thumbnail image.
Steps
Click a "Try it!" button. For example, United https://www.bootstrapcdn.com/bootswatch/?theme=19
Expected Behavior
Expected
-
Updated
Dec 1, 2017 - Objective-C
react-native-style-tachyons calculates line-height as being in rem but in the tachyons css they are actually unitless numbers, which by css specification get multiplied to the font's computed size.
So, to give an example, if the base font size (rem) is 16px and we have:
<p class="f3 lh-copy">where
`
Seeing as there is a CSS-only toggle option for the Nav Dropdown I was wondering why there is no such option for the Header Button/Header Nav. Shouldn't the s
It's hard to make out any URLs if in the General>Comments section with the shade of blue and the dark background.
mumble-dark theme
- 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
Jun 20, 2018 - JavaScript
English translation
This project seems quite interesting, should be useful an english translation for the project too.
建议支持 img 的 内嵌路径
Currently, on websites that make heavy use of some of the various CSS-in-JS libraries, if the user had already created a change to a stylesheet (causing the bottom bar for StyleURL to appear), then it will count style tags removed/added as part of the diff, even though those were changed by the page instead of by the user.
Steps to reproduce:
- Go to styled-components.com
- Open DevTools
-
Updated
Mar 14, 2020 - CSS
-
Updated
Mar 20, 2020 - Objective-C
-
Updated
May 27, 2019 - Objective-C
-
Updated
Dec 28, 2019 - JavaScript
-
Updated
Sep 11, 2013 - CSS
-
Updated
Apr 20, 2018 - JavaScript
-
Updated
Feb 7, 2020 - JavaScript
-
Updated
Apr 5, 2020 - TypeScript
-
Updated
Feb 8, 2018 - C++
-
Updated
Mar 9, 2020 - HTML
-
Updated
Apr 24, 2020 - CSS
-
Updated
Jul 4, 2020 - C++
-
Updated
Feb 7, 2019 - JavaScript
The current implementation allows hierarchical grouping of styles, but the example project does not show this.
Extend the example project to show this feature.
-
Updated
Jun 24, 2020 - XSLT
Improve this page
Add a description, image, and links to the stylesheet topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stylesheet topic, visit your repo's landing page and select "manage topics."


We are integrating NUI in our own app and it's not finished yet.
When I release it, we simply disable NUI by disabling this line.
[NUISettings initWithStylesheet:@"style.NUI"];
The problem is that the app crashes when [NUISettings getColor:withClass:] is called.
I think this is probably an easy fix as you can check if there is property for that color name or not?
I am busy on other stuffs right