<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Theme with Themelet</title>
  <link rel="self" href="https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=82455502" />
  <subtitle>Theme with Themelet</subtitle>
  <id>https://liferay.dev/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=82455502</id>
  <updated>2026-04-05T04:13:43Z</updated>
  <dc:date>2026-04-05T04:13:43Z</dc:date>
  <entry>
    <title>RE: Theme with Themelet</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111518836" />
    <author>
      <name>Michael Adamczyk</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=111518836</id>
    <updated>2018-11-12T11:56:58Z</updated>
    <published>2018-11-12T11:56:58Z</published>
    <summary type="html">&lt;p&gt;You might be missing the import in your _custom.scss (or other scss
  file in your theme):&lt;/p&gt;
&lt;pre&gt;
/* inject:imports */
/* endinject */&lt;/pre&gt;</summary>
    <dc:creator>Michael Adamczyk</dc:creator>
    <dc:date>2018-11-12T11:56:58Z</dc:date>
  </entry>
  <entry>
    <title>RE: Theme with Themelet</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110589658" />
    <author>
      <name>Ravi Shankar</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=110589658</id>
    <updated>2018-07-19T04:49:56Z</updated>
    <published>2018-07-19T04:49:56Z</published>
    <summary type="html">&lt;p&gt;Hi,&lt;br /&gt; I have created a themelet by following steps mentioned
    here-&lt;a
  href="https://community.liferay.com/blogs/-/blogs/liferay-7-themelet"&gt;https://community.liferay.com/blogs/-/blogs/liferay-7-themelet&lt;/a&gt;,
  After Deploy of my extended Theme, My Themelet properties and css not
  going to reflect.&lt;/p&gt;
&lt;p&gt;
  &lt;br /&gt; For using themelets i did some steps like:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;I created  the themelet (yo liferay-theme:themelet) within Our
    Theme folder.(D:\liferay7ga3\plugins\themes\Test-themelet)&lt;/li&gt;
  &lt;li&gt;I installed  that themelet (npm link within Our themelet folder)&lt;/li&gt;
  &lt;li&gt;I wrote some css inside _custom.scss file (D:\liferay7ga3\plugins\themes\Test-themelet\src\css)&lt;/li&gt;
  &lt;li&gt;I did use that themelet in Our  theme (gulp extend within
    Our theme folder)&lt;/li&gt;
  &lt;li&gt;I did rebuild and Deploy  of Our Theme(gulp build and gulp deploy)&lt;br /&gt;
    &lt;br /&gt;  but i am not getting any reflection in my theme  Please help.&lt;/li&gt;&lt;/ul&gt;</summary>
    <dc:creator>Ravi Shankar</dc:creator>
    <dc:date>2018-07-19T04:49:56Z</dc:date>
  </entry>
  <entry>
    <title>RE: Theme with Themelet</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=84003472" />
    <author>
      <name>Debora Rebai</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=84003472</id>
    <updated>2016-12-21T14:41:47Z</updated>
    <published>2016-12-21T14:41:47Z</published>
    <summary type="html">Hi!&lt;br /&gt;&lt;br /&gt;Create theme and themelet. &lt;br /&gt;Change your css in your themelet.&lt;br /&gt;In your bash/cmd : npm i -g [path of themelet]&lt;br /&gt;In your THEME-PATH open cmd:&lt;br /&gt;&lt;br /&gt;gulp extend (your gulpjs it&amp;#39;s located in this folder)&lt;br /&gt;-&amp;gt;Selected &amp;#34;themelet&amp;#34; (2)&lt;br /&gt;(1) (global)&lt;br /&gt;Add your themlet!&lt;br /&gt;&lt;br /&gt;Gulp deploy and enjoy!&lt;br /&gt;&lt;br /&gt;Debora</summary>
    <dc:creator>Debora Rebai</dc:creator>
    <dc:date>2016-12-21T14:41:47Z</dc:date>
  </entry>
  <entry>
    <title>Theme with Themelet</title>
    <link rel="alternate" href="https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=82455501" />
    <author>
      <name>Frank Illner</name>
    </author>
    <id>https://liferay.dev/c/message_boards/find_message?p_l_id=119785294&amp;messageId=82455501</id>
    <updated>2016-11-16T08:17:14Z</updated>
    <published>2016-11-16T08:17:14Z</published>
    <summary type="html">Hi,&lt;br /&gt;i try to build a themelet. I use the instruction of &amp;#34;Building Themes in Liferay 7 Workshop&lt;br /&gt;Nate Cavanaugh&amp;#34;. &lt;br /&gt;&lt;br /&gt;Here are the steps: &lt;br /&gt;Building Themes in Liferay 7 Workshop&lt;br /&gt;Liferay Developer Conference 2015&lt;br /&gt;Creating a theme&lt;br /&gt;1.From the command prompt, cd into  Workshop/Themes&lt;br /&gt;2.Type   yo liferay-theme&lt;br /&gt;3. Fill out prompt (accept all defaults) &lt;br /&gt;4.There should be a folder called  my-liferay-theme&lt;br /&gt;We’ll come back to this theme when we build and extend&lt;br /&gt;&lt;br /&gt;Creating a themelet&lt;br /&gt;1.From the command prompt, cd into Workshop/Themes&lt;br /&gt;2.Type   yo liferay-theme:themelet&lt;br /&gt;3.Fill out prompt (accept all defaults) &lt;br /&gt;4.There should be a folder called my-liferay-themelet &lt;br /&gt;5.cd into my-liferay-themelet&lt;br /&gt;6.Type   npm link to install the themelet globally &lt;br /&gt;7. Open the directory in your editor (Sublime Text/Atom/etc.)&lt;br /&gt;Building Themes in Liferay 7 Workshop&lt;br /&gt;Liferay Developer Conference 2015&lt;br /&gt;Creating a themelet (continued)&lt;br /&gt;8.Edit src/css/custom.css to change the font-weight of the text on the page to bold&lt;br /&gt;9.Save the file&lt;br /&gt;&lt;br /&gt;Building a theme&lt;br /&gt;1.cd into  Workshop/Themes/my-liferay-themelet&lt;br /&gt;&lt;span style="color: #ea0606"&gt;&lt;strong&gt;2.Type   gulp build-&amp;gt; If I do this, I get the error message: &amp;#34;No gulpfiles.js available&amp;#34; &lt;/strong&gt;&lt;/span&gt; &lt;br /&gt;3.Verify that my-liferay-themelet/build&lt;br /&gt;&lt;br /&gt;What can i do?&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;Frank</summary>
    <dc:creator>Frank Illner</dc:creator>
    <dc:date>2016-11-16T08:17:14Z</dc:date>
  </entry>
</feed>
