Skip to content
#

grammars

Here are 63 public repositories matching this topic...

AccessViolator
AccessViolator commented Feb 24, 2020

Everything in diagrams.css should be scoped to some wrapping css class, because as is it cannot be bundled with the rest of an app's css because of styles like this:

div {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

svg {
    width: 100%;
}

Curre

tra38
tra38 commented Jun 2, 2016

With Calyx almost ready for a 1.0 release, it does seem that documentation will need to be something to focus on.

I do think our current README is understandable, as it stands, but maybe I'm too used to the gem to really know whether the docs actually explain anything. And, of course, maybe a README may not be enough to show how Calyx can be used (and we may need to include a tutorial as well...b

williamd1k0
williamd1k0 commented Nov 15, 2015

Write here your suggestion for a snippet.

Example:

keyword: dochelp
body:

## Visit the site for documentation or help of Ren'Py engine. ##
## Documentation:
    "http://www.renpy.org/doc/html/"
## Wiki-Old Documentation:
    "http://www.renpy.org/wiki/renpy/Wiki_Home_Page"
## Forum:
    "http://lemmasoft.renai.us/forums/viewforum.php?f=42"
## Package Documentation:
    "ht

Improve this page

Add a description, image, and links to the grammars 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 grammars topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.