0.1.8 • Published 10 years ago

kss-parse v0.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

#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);
});
0.1.8

10 years ago

0.1.7

11 years ago

0.1.6

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago