Skip to content
#

detector

Here are 225 public repositories matching this topic...

ravage84
ravage84 commented May 2, 2017

Especially if this tools becomes bigger and gets more features, it would benefit from having a complete documentation.
This documentation should not live in the README.md, as it would bloat it over time.

Such a documentation could live in an informational website (#17), on an external host such as Read the Docs or simply as a collection of linked Markdo

vidhill
vidhill commented Feb 2, 2016

Is it possible to get the source associated/that follows a comment block e.g.

If I wanted to have my colour variables in a sass file:

//
// @name Variables
// @description Variables in my style guide
// 
// 

$colour1: #FFF;
$colour2: #EEE;
$colour3: #666;

If I wanted to get as json representation of my the actual hex values (to output in my style guide) how would I go about this?

Improve this page

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

Learn more

You can’t perform that action at this time.