0.1.8 • Published 9 years ago

kss-parse v0.1.8

Weekly downloads
1
License
MIT
Repository
github
Last release
9 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

9 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago