{"path":"/path/to/user/a-pollo/test/samples/sass/frontsize/core/components/bem.scss","data":"/*\n  @a-pollo\n  @auth: Vittorio Vittori\n  @category: BEM\n  @code: Example on using the mixin with some static property\n    @include block (button) {\n      background: #3f6c44;\n      color: #fff;\n      display: inline-block;\n      font-size: 12px;\n      padding: 4px 8px;\n    }\n  @css: This is the CSS generated\n    .button {\n      background: #3f6c44;\n      color: #fff;\n      display: inline-block;\n      font-size: 12px;\n      padding: 4px 8px;\n    }\n  @date: 2016-12-28T17:40:42+01:00\n  @doc: mixin\n  @html: A simple HTML element to see how mixin works\n    <a class=\"button\" href=\"#\">Visit this link</a>\n  @icon: fa fa-css3\n  @name: block\n  @param: {string} ($block-name) [required]\n          Defines the block name of the BEM component\n  @public: true\n  @returns: css\n  @text: Defines the block name of the BEM component. This mixin is required as wrapper of `element` and `modifier` mixins\n  @version: 4.0.0\n*/"}
