Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

tomsky/kss-parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#kss-parse

Parse KSS, documentation syntax for CSS, and return as structured data. Originally forked from kss-node.

##Usage

var kss = require('kss-parse');
kss.getSections('./scss/', { mask: '*.scss' }, function(err, styleguide) {
	console.log(styleguide);
	
	//Flatten one of the sections
	var section = kss.flattenSection(styleguide[8]);
	console.log(section);
});

About

Parse KSS, documentation syntax for CSS.

Resources

License

Stars

Watchers

Forks

Packages

No packages published