-
Updated
May 22, 2020 - CSS
stylesheets
Here are 257 public repositories matching this topic...
How import stylesheets-files?
@import url('https://fonts.googleapis.com/css?family=Spectral&display=swap');Came up with the following solution:
import {create} from 'jss';
create().createStyleSheet({
'@import': 'url(https://fonts.googleapis.com/css?family=Spectral&display=swap)'
}).attach();But I would like to do it in global styles.
But the `j
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
-
Updated
May 20, 2020 - JavaScript
-
Updated
Dec 1, 2017 - Objective-C
-
Updated
Apr 16, 2020 - CSS
Is support for angular 1.5's component router on the roadmap? Do you think it would be difficult to add it?
First thanks for you great work.
I found a problem that the color of window tilte is different to your demo picture.
(Run in Ubuntu18.04 and use cmake to build the program)
Is there any solutions?
Thanks
-
Updated
Apr 4, 2020 - CSS
Hi,
We noticed that when a style block within a document is surrounded by the first rule has the <!-- characters before its selector.
I solved this by altering the DocumentStyleTagCssSource class GetCss method by adding two replaces.
The line now looks:
return _node.InnerHtml.Replace("<!--", "").Replace("<!--", "");
Is this known? Or could this be fixed in the github so
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
-
Updated
May 16, 2020 - HTML
-
Updated
Mar 25, 2018 - JavaScript
It was pointed out that the checkbox and expander items aren't text aligned. We should make sure that the expander triangle is the same size as the checkbox, whatever that means for it's halignment
As documented in the readme, you are able to compose style-objects or style-functions by passing additional arguments to styled.
However, if you pass a style-function then any function rules in the base styles will not be respected
see example:
https://codesandbox.io/embed/jss-composable-styles-bug-rt1on
-
Updated
Aug 16, 2019 - JavaScript
-
Updated
May 4, 2020 - JavaScript
Calling Java functions is not supported by open-source Saxon versions after 9.1.0.8. Their usage makes Web-Client locked into a 10+ year old dependency while latest Saxon supports XSLT 3.0.
There are not that many such functions used in the stylesheets:
mxw:getConstructedSource()java:java.util.UUIDjava:java.net.URLDecoder- unused?
It should be possible to implement and regi
Now that custom properties have been added to the switch module, I should add a section to the contributing guide, regarding the intended use & strategy for custom props going forward,
-
Updated
May 19, 2018 - C#
-
Updated
May 27, 2019 - Objective-C
Improve this page
Add a description, image, and links to the stylesheets topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the stylesheets topic, visit your repo's landing page and select "manage topics."




I still don't get the example on the read me page, what about gives them one. Which involve html and css?
this is the simple usage, but i think it better when we show more.
uncss -s dirty.css file.html > clean.cssUsage which involve most used options, because i am not often use this tools so i can't provide it.
I hope the others can help about this