The Wayback Machine - https://web.archive.org/web/20200526063302/https://github.com/topics/stylesheets
Skip to content
#

stylesheets

Here are 257 public repositories matching this topic...

khusamov
khusamov commented Jan 24, 2020

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

cuilongzhe
cuilongzhe commented Dec 25, 2015

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

horch004
horch004 commented Dec 11, 2017

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("&lt;!--", "");

Is this known? Or could this be fixed in the github so

danrabbit
danrabbit commented Mar 10, 2020

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

namedgraph
namedgraph commented Mar 16, 2020

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.UUID
  • java:java.net.URLDecoder - unused?

It should be possible to implement and regi

Improve this page

Add a description, image, and links to the stylesheets topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the stylesheets topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.