We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf01db3 commit 9960520Copy full SHA for 9960520
1 file changed
server/documents/introduction/integrations.html.eco
@@ -71,6 +71,10 @@ type : 'Introduction'
71
</div>
72
<div class="no example">
73
<h4 class="ui header">Create a custom.semantic.json file</h4>
74
+ <p>With meteor stopped:</>
75
+ <div class="code" data-type="bash">
76
+ touch client/lib/semantic-ui/custom.semantic.json
77
+ </div>
78
<p><code>custom.semantic.json</code> is a special file used to determine which themes and components to include in your project's build.</p>
79
<p>To remove a component from the pipeline, simply set the boolean value to <code>false</code></p>
80
<div class="code" data-type="json">
0 commit comments