<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Sublime Text 3 for live CSS editing &#8211; since latest update, it no longer works &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 14 Oct 2025 15:18:15 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-307476</guid>
					<title><![CDATA[Sublime Text 3 for live CSS editing &#8211; since latest update, it no longer works]]></title>
					<link>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-307476</link>
					<pubDate>Fri, 19 Jun 2015 23:39:55 +0000</pubDate>
					<dc:creator>guy_b</dc:creator>

					<description>
						<![CDATA[
						<p>I don&#8217;t really expect anyone will know the answer to this, although I hope someone might..</p>
<p>I use Sublime Text for code editing, and in Chrome, in combination with an extension called Live Edit, it is possible to link to a stylesheet, edit (or just compose) the CSS in Sublime, and watch the effects happen in real time.</p>
<p>I basically wrote all my custom CSS code in X3 using Sublime, and it works beautifully in every site I build, WordPress, or any other framework. </p>
<p>Since the release of X v4, it no longer works.</p>
<p>It still works on all my other sites, both WP and not WP.</p>
<p>This is clearly something to do with the Javascript interaction, however no errors are reported in the console.</p>
<p>Something in X4 is blocking it. Cornerstone I guess is the cause..</p>
<p>Any thoughts?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-308029</guid>
					<title><![CDATA[Reply To: Sublime Text 3 for live CSS editing &#8211; since latest update, it no longer works]]></title>
					<link>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-308029</link>
					<pubDate>Sat, 20 Jun 2015 21:12:45 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in.</p>
<p>X4 and Cornerstone has no blocking capability. It doesn&#8217;t even use browser&#8217;s debugging protocol. I&#8217;m not sure what&#8217;s the issue is, all I can recommend is make sure that your extension is reaching your chromes debugger port (<a href="https://developer.chrome.com/devtools/docs/debugger-protocol" rel="nofollow">https://developer.chrome.com/devtools/docs/debugger-protocol</a>)</p>
<p>I know what you&#8217;re referring as I created one too for my android&#8217;s chrome. But  I can&#8217;t help you since it&#8217;s not cover by our capability as support.</p>
<p>Perhaps, contact your extension&#8217;s author.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-308502</guid>
					<title><![CDATA[Reply To: Sublime Text 3 for live CSS editing &#8211; since latest update, it no longer works]]></title>
					<link>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-308502</link>
					<pubDate>Sun, 21 Jun 2015 15:20:05 +0000</pubDate>
					<dc:creator>guy_b</dc:creator>

					<description>
						<![CDATA[
						<p>In the unlikely event someone else stumbles on this post with the same question, the problem was being caused by a single parse error hidden in my 2000 lines of custom CSS, stemming from a small error in the custom SASS file.</p>
<p>So the coincidence in timing to the upgrade was a red herring, it was my own mistake. </p>
<p>There was one single extra bracket in a media query, which didn&#8217;t cause a problem with the display on the front end of the site, but bizarrely it prevented LiveStyle via Sublime from working.</p>
<p>If there are any advanced users out there who might be interested in these tools, and if the question comes up in the search filters, then this is what I am speaking about:</p>
<p><a href="http://www.sublimetext.com/3" rel="nofollow">http://www.sublimetext.com/3</a></p>
<p>along with a Chrome extension called LiveStyle (it doesn&#8217;t work in other browsers except for Safari):</p>
<p><a href="http://livestyle.emmet.io/" rel="nofollow">http://livestyle.emmet.io/</a></p>
<p>When correctly configured, you can edit your CSS in &#8220;real time&#8221;, so any changes are visible on the page immediately, without saving or refreshing.</p>
<p>If you add to this a Sublime extension called Sublime SFTP, you can also save/sync your custom styles to the server (including dev/staging or production), without even being logged into the WP Admin.</p>
<p><a href="http://wbond.net/sublime_packages/sftp" rel="nofollow">http://wbond.net/sublime_packages/sftp</a></p>
<p>__________________________________________________</p>
<p>It&#8217;s possible to do exactly the same thing using a program called Brackets, although this is tied directly into Chrome itself (also requires Node.js), and uses a huge amount of local system memory:</p>
<p><a href="http://brackets.io/" rel="nofollow">http://brackets.io/</a></p>
<p>Note that Brackets is a separate thing from Sublime and LiveStyle, they do not work in conjunction with each other (although you could theoretically use them for the same purpose at the same time).</p>
<p>I do not advise using Brackets for WordPress sites though.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-308666</guid>
					<title><![CDATA[Reply To: Sublime Text 3 for live CSS editing &#8211; since latest update, it no longer works]]></title>
					<link>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-308666</link>
					<pubDate>Sun, 21 Jun 2015 20:25:29 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you so much for the tip. We really appreciate it. We also learned from it.</p>
<p>Have a great day! 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-308689</guid>
					<title><![CDATA[Reply To: Sublime Text 3 for live CSS editing &#8211; since latest update, it no longer works]]></title>
					<link>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-308689</link>
					<pubDate>Sun, 21 Jun 2015 21:18:51 +0000</pubDate>
					<dc:creator>guy_b</dc:creator>

					<description>
						<![CDATA[
						<p>Sure, it&#8217;s good to share knowledge I think 🙂</p>
<p>I&#8217;ve also wondered if X could provide a proper Live CSS editor in the time I&#8217;ve been using it, perhaps via something like ACE:</p>
<p><a href="http://ace.c9.io/#nav=about" rel="nofollow">http://ace.c9.io/#nav=about</a></p>
<p>It&#8217;s definitely possible, as I&#8217;ve seen it use by at least one other WP theme.</p>
<p>One thing about the theme where I&#8217;ve seen this in use though, is that they save the styles to the DB dynamically, and it causes a lot of problems in terms of caching.</p>
<p>Anyway, just a thought, maybe useful for the future.</p>
<p>Regards</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-308803</guid>
					<title><![CDATA[Reply To: Sublime Text 3 for live CSS editing &#8211; since latest update, it no longer works]]></title>
					<link>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-308803</link>
					<pubDate>Mon, 22 Jun 2015 00:49:51 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hey There,</p>
<p>We will be adding this suggestion in our feature list. This feature is handy to advance users and a good addition to X theme features.</p>
<p>All the best.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-310948</guid>
					<title><![CDATA[Reply To: Sublime Text 3 for live CSS editing &#8211; since latest update, it no longer works]]></title>
					<link>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-310948</link>
					<pubDate>Tue, 23 Jun 2015 21:14:35 +0000</pubDate>
					<dc:creator>guy_b</dc:creator>

					<description>
						<![CDATA[
						<p>Further to this, I have since discovered that the problem is not quite as simple as a bit of parse error in the CSS.</p>
<p>If it is of any use, once again just on the really big off-chance that another X user runs into the same trouble and stumbles on this post seeking an answer&#8230;</p>
<p>Something has broken between the new version of Chrome, the latest version of Sublime Text 3, and the current version of LiveStyle.</p>
<p>I&#8217;ve got it working again properly (for now), however it required uninstalling the Chrome extension (from Chrome obviously), and the Sublime package for LiveStyle (from Sublime obviously).</p>
<p>Then installing the Alpha version of the new LiveStyle, both in Chrome and Sublime.</p>
<p>Feels like a socket error, and Chrome has been getting pretty hard core about their security and plugins, so without digging deeper, I still don&#8217;t know the real cause.</p>
<p>Phwew. It&#8217;s working again, that&#8217;s a relief anyway.</p>
<p>Whacky stuff. If you have an interest then here is the place to start:</p>
<p><a href="http://livestyle.emmet.io/alpha/" rel="nofollow">http://livestyle.emmet.io/alpha/</a></p>
<p>Easy to forget how much one comes to rely on various tools, until they break&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-311146</guid>
					<title><![CDATA[Reply To: Sublime Text 3 for live CSS editing &#8211; since latest update, it no longer works]]></title>
					<link>https://theme.co/archive/forums/topic/odd-i-use-sublimetext-3-for-live-css-editing-since-latest-update-it-no-longe/#post-311146</link>
					<pubDate>Wed, 24 Jun 2015 01:59:23 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thank you so much for sharing this information.</p>
<p>Cheers!<br />
X</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

