Skip to content

Commit 3a13bf7

Browse files
committed
add npm support
1 parent f4d0274 commit 3a13bf7

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

index.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<h2 data-entrance="modal-scale">FModal.JS</h2>
2020
<nav role="nav">
2121
<ul>
22+
<li><a href="#GetStarted"><span class="icon-pointer"></span> GET STARTED</a></li>
2223
<li><a href="#GetStarted"><span class="icon-pointer"></span> GET STARTED</a></li>
2324
<li><a href="https://github.com/abhisack/FModal.js"><span class="icon-download"></span> DOWNLOAD</a></li>
2425
</ul>
@@ -116,7 +117,15 @@ <h3>Inserting Button</h3>
116117
<section class="project-details">
117118
<article>
118119
<h1>Styling the Modal</h1>
119-
<p>Quick styling can be done using variables in <strong>modal.scss</strong>. After you've finished editing the variable values, Compile the file to get your <strong>modal.css</strong> file ready to be used.</p>
120+
<p>Quick styling can be done using variables in <strong>modal.scss</strong> (FModal.JS/modal.scss). After you've finished editing the variable values, Compile the file to get your <strong>modal.css</strong> (FModal.JS/modal.css) file ready to be used.</p>
121+
<p>Take care that you compile <strong>modal.scss</strong>strong> file inside <strong>FModal.JS</strong> folder not inside css folder in the root directory.</p>
122+
<pre>
123+
<code class="language-git">
124+
125+
cd FModal.JS
126+
sass --watch modal.scss
127+
</code>
128+
</pre>
120129
</article>
121130
</section>
122131

0 commit comments

Comments
 (0)