Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 951 Bytes

auto_excludes.rst

File metadata and controls

27 lines (18 loc) · 951 Bytes

Automatic with name exclusions

This way is still in "automatic describing all references" but you are able to exclude some references.

Write a Sass file that will use the helpers and settings to build a CSS manifest:

.. literalinclude:: ../../tests/data_fixtures/sass/scss/styleguide_manifest_excludes.scss
   :language: scss

Note

From styleguide-metas-references we require to serialize every existing references with rule --auto: "true" but ignoring some names within rule --excludes: "...".

Build CSS manifest with your Sass compiler and you should get:

.. literalinclude:: ../../tests/data_fixtures/sass/css/styleguide_manifest_excludes.css
   :language: css

Then load this manifest with script styleguide.py and it will return this JSON:

.. literalinclude:: ../../tests/data_fixtures/json/styleguide_manifest_excludes.json
   :language: json