A css-annotation module to return the specific nodes
Install
$ npm install css-annotation-block
Example
input.css
:
/* @start foo */ /* @end foo */
var fs = var cssAnnotationBlock = var css = fs /* Return: [ { name: 'foo', nodes: [ [Object] ] } ] */
name
is the name of its block.
nodes
is PostCSS's Node object.
License
The MIT License (MIT)
Copyright (c) 2015 Masaaki Morishita