-
Notifications
You must be signed in to change notification settings - Fork 405
Closed
Labels
Description
Currently only "HTML" and "Mustache" tabs are present.
But for many purposes it is needed to show CSS/JS code, e.g.:
- Widgets/Plugins
You want to show which JS code provide to start some plugin/widget to work (e.g. tabs, accordion etc.) - CSS to show e.g. some mixins usage
We can follow the same logic as for *.json files.
E.g., in folder "source/_patterns/00-atoms/00-global"
- We have 00-colors.mustache content of which is shown in "Mustache" tab
- If we create 00-colors.css file in the same folder- content of it will be shown in "CSS" tab
- If we create 00-colors.js- content of it will be shown in "JS" tab